Fix devtools hotkey

This commit is contained in:
Gregory Schier
2020-06-30 14:00:58 -07:00
parent 45861b6393
commit 05b2e7d345

View File

@@ -219,7 +219,7 @@ export function createWindow() {
},
{
label: `Toggle ${MNEMONIC_SYM}DevTools`,
accelerator: 'AltOrShift+CmdOrCtrl+I',
accelerator: 'Alt+CmdOrCtrl+I',
click: () => mainWindow.toggleDevTools(),
},
],