Localization and platform availability fixes

This commit is contained in:
Arkadiusz Fal
2022-11-19 00:38:32 +01:00
parent 780b7ab130
commit 99769380fc
7 changed files with 64 additions and 46 deletions

View File

@@ -223,7 +223,7 @@ struct SettingsView: View {
case .browsing:
return 580
case .player:
return 850
return 900
case .quality:
return 420
case .history:
@@ -235,7 +235,7 @@ struct SettingsView: View {
case .advanced:
return 250
case .help:
return 580
return 650
}
}
#endif