resolved conflicts

This commit is contained in:
Kelvin
2025-03-10 23:46:18 -03:00
parent 3ef6472825
commit 03a3d734f1
5 changed files with 99 additions and 27 deletions

View File

@@ -82,3 +82,11 @@ export interface UserPreferences {
repackUpdatesNotificationsEnabled?: boolean;
achievementNotificationsEnabled?: boolean;
}
export interface ScreenState {
x?: number;
y?: number;
height: number;
width: number;
isMaximized: boolean;
}