summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid/PostGridView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-27 20:42:33 -0800
committerFuwn <[email protected]>2025-02-27 20:43:11 -0800
commit9fb2796c1f488c235450d9c1ce38c40cd12a9b64 (patch)
tree37434d822062a7ab650e84dea2d4e2602ddf3f46 /Sora/Views/Post/Grid/PostGridView.swift
parentfeat: Development commit (diff)
downloadsora-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.swift2
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