add check for update and Changelog option

This commit is contained in:
Abhinav 2023-09-11 16:23:00 +05:30
parent f152b003b4
commit ce45343055

View file

@ -53,6 +53,20 @@ export async function buildMenuBar(): Promise<Menu> {
]
: []) as MenuItemConstructorOptions[]),
{ type: 'separator' },
{
label: 'Check for updates...',
click: () => {
// not implemented yet
},
},
{
label: 'Changelog',
click: () => {
// not implemented yet
},
},
{ type: 'separator' },
{
label: 'Preferences',
submenu: [