Fix devtools opening when menuItem clicked (#2457)

This commit is contained in:
CHaBou 2017-11-14 22:32:43 +01:00 committed by Timothy
parent 8ce71b9d88
commit 319ff3bcd7

View file

@ -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);
}
},
{