fix: do not re-position on screen that was disconnected (#598)

Co-authored-by: MrGarlic <bsamans@samans.com>
This commit is contained in:
MrGarlic1
2024-05-10 15:04:16 -04:00
committed by GitHub
parent 69f14ee611
commit a8d72fa665
2 changed files with 6 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ export interface State {
maximized?: boolean;
minimized?: boolean;
windowBounds?: Rectangle;
displayid: int;
skippedUpdate?: string;
firstLaunch?: boolean;