Merge branch 'feat/improving-sources' of github.com:hydralauncher/hydra into feat/improving-sources

This commit is contained in:
Chubby Granny Chaser
2025-10-21 04:22:17 +01:00
5 changed files with 26 additions and 32 deletions

View File

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