fix shortcuts
This commit is contained in:
parent
92c62ed238
commit
5154306bae
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue