fix shortcuts

This commit is contained in:
yazninja 2022-04-22 09:11:47 +08:00
parent 92c62ed238
commit 5154306bae

View file

@ -215,7 +215,7 @@ export default class Thumbar {
{type: 'separator'}, {type: 'separator'},
{ {
label: 'Toggle Developer Tools', label: 'Toggle Developer Tools',
accelerator: 'Option+CommandOrControl+Shift+P', accelerator: 'Option+CommandOrControl+Shift+I',
click: () => this._win.webContents.openDevTools() click: () => this._win.webContents.openDevTools()
}, },
{ {