mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
set badge for all windows when locked
This commit is contained in:
@@ -77,7 +77,7 @@ export default class RuntimeBackground {
|
||||
case 'unlocked':
|
||||
case 'locked':
|
||||
await this.main.setIcon();
|
||||
await this.main.refreshBadgeAndMenu();
|
||||
await this.main.refreshBadgeAndMenu(msg.command === 'locked');
|
||||
break;
|
||||
case 'logout':
|
||||
await this.main.logout(msg.expired);
|
||||
|
||||
Reference in New Issue
Block a user