diff options
| author | Fuwn <[email protected]> | 2025-02-20 06:11:42 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-20 06:11:42 -0800 |
| commit | 5199ec103e4eebb0615672f3e0fbe0a1bb36e7e4 (patch) | |
| tree | 283e4806b28fb5a07a9b7e513b41a8a98544f67a /Sora/Views/Post/PostGridView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-5199ec103e4eebb0615672f3e0fbe0a1bb36e7e4.tar.xz sora-testing-5199ec103e4eebb0615672f3e0fbe0a1bb36e7e4.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/PostGridView.swift')
| -rw-r--r-- | Sora/Views/Post/PostGridView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/PostGridView.swift b/Sora/Views/Post/PostGridView.swift index 487bde8..2054ef1 100644 --- a/Sora/Views/Post/PostGridView.swift +++ b/Sora/Views/Post/PostGridView.swift @@ -84,7 +84,7 @@ struct PostGridView: View { #endif .toolbar { if !manager.tags.isEmpty { - ToolbarItem(placement: .bottomBar) { + ToolbarItem { let contained = settings.bookmarks.contains(where: { $0.tags == manager.tags }) Button(action: { |