1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

reload window popup when opened on safari

This commit is contained in:
Kyle Spearrin
2018-01-12 12:22:55 -05:00
parent a4bda84a3c
commit c5c95aacb3
2 changed files with 20 additions and 2 deletions

View File

@@ -162,11 +162,11 @@ export default class MainBackground {
await new Analytics(window).init();
this.containerService.attachToWindow(window);
await this.runtimeBackground.init();
if (!this.isSafari) {
await this.commandsBackground.init();
await this.contextMenusBackground.init();
await this.idleBackground.init();
await this.runtimeBackground.init();
await this.tabsBackground.init();
await this.webRequestBackground.init();
await this.windowsBackground.init();