mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 06:07:24 -04:00
Remove redundant help menu item (#2797)
Co-authored-by: Opender Singh <opender.singh@konghq.com>
This commit is contained in:
@@ -298,13 +298,6 @@ export function createWindow() {
|
||||
shell.openExternal('https://insomnia.rest/license');
|
||||
},
|
||||
},
|
||||
{
|
||||
label: `Insomnia ${MNEMONIC_SYM}Help`,
|
||||
accelerator: !isMac() ? 'F1' : null,
|
||||
click: () => {
|
||||
shell.openExternal('https://support.insomnia.rest');
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user