Add parsing of AD1 files. Memorize window size and location.
This commit is contained in:
@@ -11,7 +11,15 @@ const store = new Store({
|
||||
pollingInterval: 30000,
|
||||
},
|
||||
},
|
||||
user: null,
|
||||
app: {
|
||||
windowBounds: {
|
||||
width: 800,
|
||||
height: 600,
|
||||
x: undefined,
|
||||
y: undefined,
|
||||
},
|
||||
user: null,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user