feat: persist and restore window size and position (#74)
Finished up saving and restoring of window position and size Signed-off-by: Jespercal <chap600@hotmail.com>
This commit is contained in:
Vendored
+4
@@ -6,6 +6,10 @@ declare type DesktopConfig = {
|
||||
hardwareAcceleration: boolean;
|
||||
discordRpc: boolean;
|
||||
windowState: {
|
||||
x: number;
|
||||
y: number;
|
||||
width: number;
|
||||
height: number;
|
||||
isMaximised: boolean;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user