hideTitleBar true
This commit is contained in:
parent
05329bd01c
commit
5f4a5faf3c
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 3d958279d219f0bd76c2fc4c0558c1f1a6e4fc5e
|
||||
Subproject commit 37d9afc58bf4a27b9bafe5c485d6a1f9fb06f91b
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue