Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 2d02651

Browse files
committed
fix: flatten tweak entries in search to show all options
Search results now include all tweak entries by flattening the sections, improving discoverability of tweaks when searching
1 parent 144070b commit 2d02651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/TPTweak/TPTweakViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ extension TPTweakViewController: UISearchControllerDelegate {
655655
guard let self else { return }
656656
let sections = self.convertEntriesToPickerSection(
657657
entries: TPTweakStore.entries.map(\.value),
658-
flatten: false
658+
flatten: true
659659
)
660660

661661
DispatchQueue.main.async {

0 commit comments

Comments
 (0)