diff --git a/src/electron/window.main.ts b/src/electron/window.main.ts index c5d428d7..0ffdc48b 100644 --- a/src/electron/window.main.ts +++ b/src/electron/window.main.ts @@ -21,7 +21,7 @@ export class WindowMain { private windowStates: { [key: string]: any; } = {}; private enableAlwaysOnTop: boolean = false; - constructor(private storageService: StorageService, private hideTitleBar = false, + constructor(protected storageService: StorageService, private hideTitleBar = false, private defaultWidth = 950, private defaultHeight = 600) { } init(): Promise {