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

update badge and menu on ciphers added/edited

This commit is contained in:
Kyle Spearrin
2019-01-03 10:22:55 -05:00
parent 68629bde57
commit 74e150116e
3 changed files with 7 additions and 4 deletions

View File

@@ -135,6 +135,8 @@ export default class RuntimeBackground {
await this.saveNever(sender.tab);
break;
case 'bgUpdateContextMenu':
case 'editedCipher':
case 'addedCipher':
await this.main.refreshBadgeAndMenu();
break;
case 'bgReseedStorage':