i18n service to tabs background
This commit is contained in:
parent
561de6df04
commit
c87f6ed2d3
|
@ -147,7 +147,7 @@ export default class MainBackground {
|
||||||
|
|
||||||
// Background
|
// Background
|
||||||
this.runtimeBackground = new RuntimeBackground(this, this.autofillService, this.cipherService,
|
this.runtimeBackground = new RuntimeBackground(this, this.autofillService, this.cipherService,
|
||||||
this.platformUtilsService, this.storageService);
|
this.platformUtilsService, this.storageService, this.i18nService);
|
||||||
this.tabsBackground = new TabsBackground(this, this.platformUtilsService);
|
this.tabsBackground = new TabsBackground(this, this.platformUtilsService);
|
||||||
|
|
||||||
if (!this.isSafari) {
|
if (!this.isSafari) {
|
||||||
|
|
Loading…
Reference in New Issue