Merge branch 'main' of https://github.com/hydralauncher/hydra into feat/game-library

This commit is contained in:
ctrlcat0x
2025-10-22 14:28:00 +05:30
5 changed files with 722 additions and 12 deletions

View File

@@ -83,6 +83,7 @@ export interface GameAchievement {
achievements: SteamAchievement[];
unlockedAchievements: UnlockedAchievement[];
updatedAt: number | undefined;
language: string | undefined;
}
export type AchievementCustomNotificationPosition =