feat: add option to show download speed in megabits

This commit is contained in:
Hachi-R
2025-04-12 14:23:02 -03:00
parent ee1dda90d9
commit 75c3bbf858
6 changed files with 34 additions and 4 deletions

View File

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