summaryrefslogtreecommitdiff
path: root/Sora/Views/Post
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-18 06:51:11 -0700
committerFuwn <[email protected]>2025-03-18 06:51:11 -0700
commit427ad24348c9d1d2f7240ff00c403a3b02957e54 (patch)
tree233fc61a01f7ca9339ed73574763ee70bea4b466 /Sora/Views/Post
parentfeat: Development commit (diff)
downloadsora-testing-427ad24348c9d1d2f7240ff00c403a3b02957e54.tar.xz
sora-testing-427ad24348c9d1d2f7240ff00c403a3b02957e54.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post')
-rw-r--r--Sora/Views/Post/Grid/PostGridSearchHistoryView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift b/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift
index ae33c53..13baa41 100644
--- a/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift
+++ b/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift
@@ -9,6 +9,7 @@ struct PostGridSearchHistoryView: View {
GenericListView(
selectedTab: $selectedTab,
isPresented: $isPresented,
+ allowBookmarking: true,
title: "Search History",
emptyMessage: "No History",
emptyIcon: "magnifyingglass",