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

refreshBadgeAndMenu on cipher delete, closes #877

This commit is contained in:
Kyle Spearrin
2019-02-22 15:37:05 -05:00
parent a6dce7d8e1
commit 1be90ce6bd
2 changed files with 2 additions and 1 deletions

2
jslib

Submodule jslib updated: 2b931963cd...d0a0da8ee9

View File

@@ -137,6 +137,7 @@ export default class RuntimeBackground {
case 'bgUpdateContextMenu':
case 'editedCipher':
case 'addedCipher':
case 'deletedCipher':
await this.main.refreshBadgeAndMenu();
break;
case 'bgReseedStorage':