diff --git a/src/background/main.background.ts b/src/background/main.background.ts index 861f3f1ec3..206ff5bddd 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -497,7 +497,7 @@ export default class MainBackground { await this.webRequestBackground.init(); await this.windowsBackground.init(); - if (this.platformUtilsService.isFirefox && !this.isPrivateMode) { + if (this.platformUtilsService.isFirefox() && !this.isPrivateMode) { // Set new Private Mode windows to the default icon - they do not share state with the background page BrowserApi.onWindowCreated(async (win) => { if (win.incognito) {