diff --git a/src/main/menu.ts b/src/main/menu.ts index bc4be680cf..fbd6af8d3c 100644 --- a/src/main/menu.ts +++ b/src/main/menu.ts @@ -127,6 +127,13 @@ export function buildMenu(windowManager: WindowManager) { navigate(preferencesURL()) } }, + { + label: 'Extensions', + accelerator: 'Ctrl+Shift+E', + click() { + navigate(extensionsURL()) + } + }, { type: 'separator' }, { role: 'quit' } ]),