1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-10 05:13:17 +00:00

hideTitleBar false

This commit is contained in:
Kyle Spearrin
2019-04-13 21:37:54 -04:00
parent b0247caa4c
commit cc09b26818
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 45cb346be1...37d9afc58b

View File

@@ -52,7 +52,7 @@ export class Main {
this.i18nService = new I18nService('en', './locales/');
this.storageService = new ElectronStorageService(app.getPath('userData'));
this.windowMain = new WindowMain(this.storageService, 800, 600);
this.windowMain = new WindowMain(this.storageService, false, 800, 600);
this.menuMain = new MenuMain(this);
this.updaterMain = new UpdaterMain(this.i18nService, this.windowMain, 'directory-connector', () => {
this.messagingService.send('checkingForUpdate');