feat: add option to extract files by default after download in settings behavior

This commit is contained in:
Hachi-R
2025-04-13 17:11:04 -03:00
parent f2efbfba3a
commit bd0b2ce2c1
5 changed files with 32 additions and 8 deletions

View File

@@ -88,6 +88,7 @@ export interface UserPreferences {
achievementNotificationsEnabled?: boolean;
friendRequestNotificationsEnabled?: boolean;
showDownloadSpeedInMegabytes?: boolean;
extractFilesByDefault?: boolean;
}
export interface ScreenState {