Merge branch 'f/ux'

This commit is contained in:
Feross Aboukhadijeh
2016-04-06 03:27:57 -07:00

View File

@@ -271,7 +271,9 @@ function getAppMenuTemplate () {
}, },
{ {
label: 'Show WebTorrent Process', label: 'Show WebTorrent Process',
accelerator: 'CmdOrCtrl+Alt+P', accelerator: process.platform === 'darwin'
? 'Alt+Command+P'
: 'Ctrl+Shift+P',
click: showWebTorrentWindow click: showWebTorrentWindow
}, },
{ {