Merge branch 'main' into main

This commit is contained in:
Hydra 2024-05-07 05:55:35 +01:00 committed by GitHub
commit 97ef496703
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {