Use segmented picker style for tvOS grid columns count

This commit is contained in:
Arkadiusz Fal
2026-04-17 06:15:14 +02:00
parent 42fe76836c
commit 6090454707
3 changed files with 3 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ struct ViewOptionsSheet: View {
Text("\(count)").tag(count)
}
}
.pickerStyle(.segmented)
}
if let hideWatched = hideWatched {