Skip to content

Commit

Permalink
Increase limit in ConsoleSearchListSelectionView
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 29, 2023
1 parent ef0b513 commit 26c27b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ struct ConsoleSearchListSelectionView<Element: Hashable, Label: View>: View {
let title: String
let items: [Element]
#if os(iOS) || os(macOS)
var limit = 5
var limit = 6
#else
var limit = 3
#endif
Expand Down

0 comments on commit 26c27b1

Please sign in to comment.