Merge branch 'main' into main

This commit is contained in:
Hydra
2024-05-07 05:55:35 +01:00
committed by GitHub
43 changed files with 858 additions and 219 deletions

View File

@@ -43,7 +43,7 @@ export interface SteamAppDetails {
minimum: string;
recommended: string;
};
linux_requirmenets: {
linux_requirements: {
minimum: string;
recommended: string;
};
@@ -121,6 +121,7 @@ export interface UserPreferences {
repackUpdatesNotificationsEnabled: boolean;
telemetryEnabled: boolean;
preferQuitInsteadOfHiding: boolean;
runAtStartup: boolean;
}
export interface HowLongToBeatCategory {