mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 13:54:19 +00:00
Use segmented picker style for tvOS grid columns count
This commit is contained in:
@@ -299,6 +299,7 @@ struct SubscriptionsView: View {
|
||||
Text("\(count)").tag(count)
|
||||
}
|
||||
}
|
||||
.pickerStyle(.segmented)
|
||||
#else
|
||||
Stepper(
|
||||
"viewOptions.columns \(min(max(1, gridColumns), gridConfig.maxColumns))",
|
||||
|
||||
Reference in New Issue
Block a user