1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

tweaks to minimize on copy feature (#432)

This commit is contained in:
Kyle Spearrin
2020-04-14 16:52:03 -04:00
committed by GitHub
parent a84af15c93
commit 848dff7863
7 changed files with 21 additions and 23 deletions

View File

@@ -88,7 +88,7 @@ export class Main {
this.storageService = new ElectronStorageService(app.getPath('userData'), storageDefaults);
this.windowMain = new WindowMain(this.storageService, true);
this.messagingMain = new MessagingMain(this);
this.messagingMain = new MessagingMain(this, this.storageService);
this.updaterMain = new UpdaterMain(this.i18nService, this.windowMain, 'desktop', () => {
this.menuMain.updateMenuItem.enabled = false;
}, () => {