Merge pull request #207 from Hachi-R/auto-launch

added option to start hydra on system startup
This commit is contained in:
Hydra 2024-05-06 16:27:28 +01:00 committed by GitHub
commit e041d27988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 630 additions and 400 deletions

View file

@ -106,6 +106,7 @@ export interface UserPreferences {
repackUpdatesNotificationsEnabled: boolean;
telemetryEnabled: boolean;
preferQuitInsteadOfHiding: boolean;
runAtStartup: boolean;
}
export interface HowLongToBeatCategory {