hideTitleBar true

This commit is contained in:
Kyle Spearrin 2019-04-13 21:37:42 -04:00
parent 05329bd01c
commit 5f4a5faf3c
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 3d958279d219f0bd76c2fc4c0558c1f1a6e4fc5e
Subproject commit 37d9afc58bf4a27b9bafe5c485d6a1f9fb06f91b

View File

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