1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

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

Submodule jslib updated: 3d958279d2...37d9afc58b

View File

@@ -64,7 +64,7 @@ export class Main {
storageDefaults[ConstantsService.lockOptionKey] = -1; storageDefaults[ConstantsService.lockOptionKey] = -1;
this.storageService = new ElectronStorageService(app.getPath('userData'), storageDefaults); 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.messagingMain = new MessagingMain(this);
this.updaterMain = new UpdaterMain(this.i18nService, this.windowMain, 'desktop', () => { this.updaterMain = new UpdaterMain(this.i18nService, this.windowMain, 'desktop', () => {
this.menuMain.updateMenuItem.enabled = false; this.menuMain.updateMenuItem.enabled = false;