mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 13:54:19 +00:00
Use menu picker style for tvOS view options sheets
This commit is contained in:
@@ -284,7 +284,7 @@ struct SubscriptionsView: View {
|
||||
|
||||
// List-specific options
|
||||
if layout == .list {
|
||||
Picker("viewOptions.rowSize", selection: $rowStyle) {
|
||||
PlatformMenuPicker(String(localized: "viewOptions.rowSize"), selection: $rowStyle) {
|
||||
Text("viewOptions.rowSize.compact").tag(VideoRowStyle.compact)
|
||||
Text("viewOptions.rowSize.regular").tag(VideoRowStyle.regular)
|
||||
Text("viewOptions.rowSize.large").tag(VideoRowStyle.large)
|
||||
|
||||
Reference in New Issue
Block a user