mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Update badge number when saving a new entry (#2284)
* Rename message to changePasswordMessage * Rename message variable to addLoginMessage * Add early return and remove unneeded if below * Update badge and menu after adding an entry * Adjusted casing of enum properties * Add explicit check for queueMessageType * Turn NotificationQueueMessageType into simple enum
This commit is contained in:
committed by
GitHub
parent
07a3a1ea06
commit
71913a5eb5
@@ -28,6 +28,7 @@ const forwardCommands = [
|
||||
"promptForLogin",
|
||||
"addToLockedVaultPendingNotifications",
|
||||
"unlockCompleted",
|
||||
"addedCipher",
|
||||
];
|
||||
|
||||
chrome.runtime.onMessage.addListener((event) => {
|
||||
|
||||
Reference in New Issue
Block a user