Merge branch 'main' into feat/auto-install-on-linux-and-friend-request-notification

This commit is contained in:
Zamitto
2025-03-11 06:21:18 -03:00
committed by GitHub
4 changed files with 94 additions and 23 deletions

View File

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