summaryrefslogtreecommitdiff
path: root/Sora/Views/Post
diff options
context:
space:
mode:
Diffstat (limited to 'Sora/Views/Post')
-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