1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Fixed menu reloading bug

This commit is contained in:
Nathan Higley
2021-02-05 14:36:49 -05:00
parent e066077542
commit 9da60f8c0d

View File

@@ -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;
} }