mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[PM-3162] Use system notification for update alert (#15606)
This commit is contained in:
@@ -221,7 +221,7 @@ export class Main {
|
||||
);
|
||||
|
||||
this.messagingMain = new MessagingMain(this, this.desktopSettingsService);
|
||||
this.updaterMain = new UpdaterMain(this.i18nService, this.windowMain);
|
||||
this.updaterMain = new UpdaterMain(this.i18nService, this.logService, this.windowMain);
|
||||
|
||||
const messageSubject = new Subject<Message<Record<string, unknown>>>();
|
||||
this.messagingService = MessageSender.combine(
|
||||
|
||||
Reference in New Issue
Block a user