diff --git a/lib/main-menu.js b/lib/main-menu.js index 3adc323e..3555c381 100644 --- a/lib/main-menu.js +++ b/lib/main-menu.js @@ -20,6 +20,7 @@ const boost = macOS }, { label: 'Preferences', + accelerator: 'Command+,', click () { mainWindow.webContents.send('side:preferences') } @@ -56,6 +57,7 @@ const boost = macOS submenu: [ { label: 'Preferences', + accelerator: 'Control+,', click () { mainWindow.webContents.send('side:preferences') } @@ -152,6 +154,7 @@ if (LINUX) { type: 'separator' }, { label: 'Preferences', + accelerator: 'Control+,', click () { mainWindow.webContents.send('side:preferences') }