mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
load i18n in notificat bar for safari
This commit is contained in:
@@ -20,7 +20,7 @@ export default class TabsBackground {
|
||||
this.tabs.addEventListener('activate', async (ev: any) => {
|
||||
await this.main.refreshBadgeAndMenu();
|
||||
}, true);
|
||||
|
||||
|
||||
this.tabs.addEventListener('navigate', async (ev: any) => {
|
||||
await this.main.checkLoginsToAdd();
|
||||
await this.main.refreshBadgeAndMenu();
|
||||
|
||||
Reference in New Issue
Block a user