diff --git a/src/utils/menu.ts b/src/utils/menu.ts index 33bcd5c1b..811d1ecf4 100644 --- a/src/utils/menu.ts +++ b/src/utils/menu.ts @@ -53,6 +53,20 @@ export async function buildMenuBar(): Promise { ] : []) as MenuItemConstructorOptions[]), { type: 'separator' }, + { + label: 'Check for updates...', + click: () => { + // not implemented yet + }, + }, + { + label: 'Changelog', + click: () => { + // not implemented yet + }, + }, + { type: 'separator' }, + { label: 'Preferences', submenu: [