1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

[PM-1898] Change desktop reload to forcefullyCrashRenderer (#5813)

Co-authored-by: Daniel James Smith <djsmith@web.de>
This commit is contained in:
Oscar Hinton
2023-07-14 13:10:40 +02:00
committed by GitHub
parent 62575336d5
commit 61d5b2df9c
5 changed files with 54 additions and 5 deletions

View File

@@ -98,6 +98,7 @@ export class Main {
this.windowMain = new WindowMain(
this.stateService,
this.logService,
this.storageService,
(arg) => this.processDeepLink(arg),
(win) => this.trayMain.setupWindowListeners(win)
);