Remove redundant help menu item (#2797)

Co-authored-by: Opender Singh <opender.singh@konghq.com>
This commit is contained in:
Johan Hammar
2020-11-19 01:52:34 +01:00
committed by GitHub
parent b1259dd5af
commit 07f9fa676e

View File

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