mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
hideTitleBar true
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 3d958279d2...37d9afc58b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user