mirror of
https://github.com/bitwarden/browser
synced 2024-12-27 10:23:48 +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 windowStateChangeTimer: NodeJS.Timer;
|
||||||
private windowStates: { [key: string]: any; } = {};
|
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> {
|
init(): Promise<any> {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user