diff --git a/menu.js b/menu.js index 4c6adb6..145c922 100644 --- a/menu.js +++ b/menu.js @@ -7,6 +7,13 @@ const options = {userAgent: 'Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6 Build/N6 module.exports = function(win){ const template = [ + { + label: "File", + submenu: [ + {label: 'Preferences',click(){prefman.showPreferences()}}, + ], + visible: process.platform !== 'darwin' + }, { label: 'Edit', submenu: [