mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
init menu after app ready
This commit is contained in:
@@ -329,7 +329,7 @@ export class MenuMain {
|
||||
|
||||
if (process.platform === 'darwin') {
|
||||
template[0].label = app.getName();
|
||||
(template[0].submenu as MenuItemConstructorOptions[]).concat([
|
||||
template[0].submenu = (template[0].submenu as MenuItemConstructorOptions[]).concat([
|
||||
{ type: 'separator' },
|
||||
{ role: 'about' },
|
||||
{ type: 'separator' },
|
||||
|
||||
Reference in New Issue
Block a user