mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
More localization fixes
This commit is contained in:
@@ -209,7 +209,7 @@ struct PlayerSettings: View {
|
||||
}
|
||||
|
||||
private var fullScreenPlayerControlsLayoutPicker: some View {
|
||||
Picker("Fullscreen Size", selection: $fullScreenPlayerControlsLayout) {
|
||||
Picker("Fullscreen size", selection: $fullScreenPlayerControlsLayout) {
|
||||
ForEach(PlayerControlsLayout.allCases.filter(\.available), id: \.self) { layout in
|
||||
Text(layout.description).tag(layout.rawValue)
|
||||
}
|
||||
|
Reference in New Issue
Block a user