1
0
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:
Daniel García
2025-10-20 02:41:44 +02:00
committed by GitHub
parent b9edd453ba
commit d5f5052c11
2 changed files with 64 additions and 5 deletions

View File

@@ -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(