mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
Fixed menu reloading bug
This commit is contained in:
parent
e066077542
commit
9da60f8c0d
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user