mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 22:27:24 -04:00
Fix devtools hotkey
This commit is contained in:
@@ -219,7 +219,7 @@ export function createWindow() {
|
||||
},
|
||||
{
|
||||
label: `Toggle ${MNEMONIC_SYM}DevTools`,
|
||||
accelerator: 'AltOrShift+CmdOrCtrl+I',
|
||||
accelerator: 'Alt+CmdOrCtrl+I',
|
||||
click: () => mainWindow.toggleDevTools(),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user