mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-25 16:59:17 +01:00
proper default height
This commit is contained in:
parent
36dfdf24f1
commit
61e13daefa
@ -17,7 +17,7 @@ export class WindowMain {
|
||||
private windowStateChangeTimer: NodeJS.Timer;
|
||||
private windowStates: { [key: string]: any; } = {};
|
||||
|
||||
constructor(private storageService: StorageService, private defaultWidth = 950, private defaultHeight: 600) { }
|
||||
constructor(private storageService: StorageService, private defaultWidth = 950, private defaultHeight = 600) { }
|
||||
|
||||
init(): Promise<any> {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
Loading…
Reference in New Issue
Block a user