fix: remove redundant type

This commit is contained in:
Hachi-R
2025-04-26 13:53:07 -03:00
parent b6bd424bac
commit 42d52aafac

View File

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