diff --git a/jslib b/jslib index 2b931963cd8..d0a0da8ee9e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 2b931963cd8dbebdcbdd6a418ac3ef72adb73539 +Subproject commit d0a0da8ee9ec4869001be96bc362e537ae15f961 diff --git a/src/background/runtime.background.ts b/src/background/runtime.background.ts index 6723e48d402..00afb66ad41 100644 --- a/src/background/runtime.background.ts +++ b/src/background/runtime.background.ts @@ -137,6 +137,7 @@ export default class RuntimeBackground { case 'bgUpdateContextMenu': case 'editedCipher': case 'addedCipher': + case 'deletedCipher': await this.main.refreshBadgeAndMenu(); break; case 'bgReseedStorage':