1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

update jslib, sync on unlock reconnect

This commit is contained in:
Kyle Spearrin
2018-08-23 09:26:07 -04:00
parent acba98d4f8
commit 423bbc20b7
3 changed files with 4 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ export default class RuntimeBackground {
case 'locked':
await this.main.setIcon();
await this.main.refreshBadgeAndMenu(msg.command === 'locked');
this.notificationsService.updateConnection();
this.notificationsService.updateConnection(msg.command === 'unlocked');
break;
case 'logout':
await this.main.logout(msg.expired);