feat: settings to enable steam achievements search

This commit is contained in:
Zamitto
2025-09-01 12:51:49 -03:00
parent e0c5f80b68
commit 2b8cc506df
8 changed files with 52 additions and 3 deletions

View File

@@ -101,6 +101,7 @@ export interface UserPreferences {
friendStartGameNotificationsEnabled?: boolean;
showDownloadSpeedInMegabytes?: boolean;
extractFilesByDefault?: boolean;
enableSteamAchievements?: boolean;
}
export interface ScreenState {