Add rate change selector

This commit is contained in:
Arkadiusz Fal
2022-04-16 22:50:37 +02:00
parent d58ec0684c
commit c4fd6aca24
5 changed files with 49 additions and 4 deletions

View File

@@ -122,8 +122,10 @@ enum ResolutionSetting: String, CaseIterable, Defaults.Serializable {
switch self {
case .best:
return "Best available quality"
case .hd2160p:
case .hd2160p60:
return "4K, 60fps"
case .hd2160p:
return "4K"
default:
return value.name
}