mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Fix devtools opening when menuItem clicked (#2457)
This commit is contained in:
parent
8ce71b9d88
commit
319ff3bcd7
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ module.exports = (commandKeys, execCommand) => {
|
|||
label: 'Developer Tools',
|
||||
accelerator: commandKeys['window:devtools'],
|
||||
click: (item, focusedWindow) => {
|
||||
execCommand('window:reloadFull', focusedWindow);
|
||||
execCommand('window:devtools', focusedWindow);
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue