diff options
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridSearchHistoryView.swift')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridSearchHistoryView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift b/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift index 13baa41..bc7c52a 100644 --- a/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift +++ b/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift @@ -10,6 +10,7 @@ struct PostGridSearchHistoryView: View { selectedTab: $selectedTab, isPresented: $isPresented, allowBookmarking: true, + showsSettingsButton: false, title: "Search History", emptyMessage: "No History", emptyIcon: "magnifyingglass", |