mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
@@ -83,6 +83,10 @@ export class MenuMain extends BaseMenu {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (this.menu != null) {
|
||||||
|
Menu.setApplicationMenu(this.menu);
|
||||||
|
}
|
||||||
|
|
||||||
if (this.logOut != null) {
|
if (this.logOut != null) {
|
||||||
this.logOut.enabled = isAuthenticated;
|
this.logOut.enabled = isAuthenticated;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user