diff options
| author | Fuwn <[email protected]> | 2025-03-12 03:09:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-12 03:09:49 -0700 |
| commit | cad9a1b33169e151b8622ae8b65fc44b2748bb96 (patch) | |
| tree | c5ce067e2ccc55a94012ebe3882a142d777e2dca /Sora/Views/Post/Grid | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-cad9a1b33169e151b8622ae8b65fc44b2748bb96.tar.xz sora-testing-cad9a1b33169e151b8622ae8b65fc44b2748bb96.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index 7a0091d..2b9d29b 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -98,9 +98,9 @@ struct PostGridView: View { if !manager.tags.isEmpty { #if os(macOS) - ToolbarItem { PostGridBookmarkButtonView(manager: manager) } + ToolbarItem { PostGridBookmarkButtonView(manager: manager) } #else - ToolbarItem(placement: .bottomBar) { PostGridBookmarkButtonView(manager: manager) } + ToolbarItem(placement: .bottomBar) { PostGridBookmarkButtonView(manager: manager) } #endif } } |