1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +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

@@ -166,6 +166,7 @@ export default class MainBackground {
await this.runtimeBackground.init();
await this.tabsBackground.init();
if (!this.isSafari) {
await this.commandsBackground.init();
await this.contextMenusBackground.init();