fix: typo

This commit is contained in:
Hachi-R
2025-04-12 15:52:18 -03:00
parent 975eec96be
commit bd018399fb
5 changed files with 10 additions and 10 deletions

View File

@@ -85,7 +85,7 @@ export interface UserPreferences {
repackUpdatesNotificationsEnabled?: boolean;
achievementNotificationsEnabled?: boolean;
friendRequestNotificationsEnabled?: boolean;
showDownloadSpeedInMegabits?: boolean;
showDownloadSpeedInMegabytes?: boolean;
}
export interface ScreenState {