From 5199ec103e4eebb0615672f3e0fbe0a1bb36e7e4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 20 Feb 2025 06:11:42 -0800 Subject: feat: Development commit --- Sora/Views/Post/PostGridView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sora/Views/Post') 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: { -- cgit v1.2.3