mirror of
https://github.com/bitwarden/jslib
synced 2025-12-20 02:03:50 +00:00
Make storageService protected in window.main
This commit is contained in:
@@ -21,7 +21,7 @@ export class WindowMain {
|
|||||||
private windowStates: { [key: string]: any; } = {};
|
private windowStates: { [key: string]: any; } = {};
|
||||||
private enableAlwaysOnTop: boolean = false;
|
private enableAlwaysOnTop: boolean = false;
|
||||||
|
|
||||||
constructor(private storageService: StorageService, private hideTitleBar = false,
|
constructor(protected storageService: StorageService, private hideTitleBar = false,
|
||||||
private defaultWidth = 950, private defaultHeight = 600) { }
|
private defaultWidth = 950, private defaultHeight = 600) { }
|
||||||
|
|
||||||
init(): Promise<any> {
|
init(): Promise<any> {
|
||||||
|
|||||||
Reference in New Issue
Block a user