diff options
| author | Fuwn <[email protected]> | 2025-03-18 06:51:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-18 06:51:11 -0700 |
| commit | 427ad24348c9d1d2f7240ff00c403a3b02957e54 (patch) | |
| tree | 233fc61a01f7ca9339ed73574763ee70bea4b466 /Sora/Views/Post/Grid | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-427ad24348c9d1d2f7240ff00c403a3b02957e54.tar.xz sora-testing-427ad24348c9d1d2f7240ff00c403a3b02957e54.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid')
| -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 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", |