1
0
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:
Kyle Spearrin
2018-01-13 15:09:05 -05:00
parent 698632a1df
commit 561de6df04
4 changed files with 30 additions and 21 deletions

View File

@@ -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();