diff options
| author | Fuwn <[email protected]> | 2025-02-27 20:42:33 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-27 20:43:11 -0800 |
| commit | 9fb2796c1f488c235450d9c1ce38c40cd12a9b64 (patch) | |
| tree | 37434d822062a7ab650e84dea2d4e2602ddf3f46 /Sora/Views/Post/Grid/PostGridView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-9fb2796c1f488c235450d9c1ce38c40cd12a9b64.tar.xz sora-testing-9fb2796c1f488c235450d9c1ce38c40cd12a9b64.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index b355b2f..3da87d4 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -29,7 +29,7 @@ struct PostGridView: View { } .searchable(text: $manager.searchText, prompt: "Tags") .searchSuggestions { - if settings.searchSuggestions { + if settings.searchSuggestionsMode == .tags { SearchSuggestionsView( tags: manager.allTags, searchText: $manager.searchText |