diff --git a/jslib b/jslib index 3d958279d2..37d9afc58b 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 3d958279d219f0bd76c2fc4c0558c1f1a6e4fc5e +Subproject commit 37d9afc58bf4a27b9bafe5c485d6a1f9fb06f91b diff --git a/src/main.ts b/src/main.ts index df040848d4..6e0c03643f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -64,7 +64,7 @@ export class Main { storageDefaults[ConstantsService.lockOptionKey] = -1; this.storageService = new ElectronStorageService(app.getPath('userData'), storageDefaults); - this.windowMain = new WindowMain(this.storageService); + this.windowMain = new WindowMain(this.storageService, true); this.messagingMain = new MessagingMain(this); this.updaterMain = new UpdaterMain(this.i18nService, this.windowMain, 'desktop', () => { this.menuMain.updateMenuItem.enabled = false;