Merge branch 'f/ux'
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user