do window bound checks without relying on displayId

Fixes Vesktop not remembering its position correctly.
Seems like the display ids aren't consistent on some windows systems...
This commit is contained in:
Vendicated
2025-10-23 18:16:30 +02:00
parent cd1a40e6c7
commit 03aa30dfc6
2 changed files with 16 additions and 6 deletions

View File

@@ -51,7 +51,6 @@ export interface State {
maximized?: boolean;
minimized?: boolean;
windowBounds?: Rectangle;
displayId: number;
firstLaunch?: boolean;