diff options
| author | Fuwn <[email protected]> | 2025-09-06 21:24:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-06 21:24:12 -0700 |
| commit | 5d48660fad0c5a9f0a3b462f8cec7c35d07aaa8d (patch) | |
| tree | 2a2f2f8c7cd44edb22add7c6af30b55260290b04 /Sora/Views/Post/Grid/PostGridView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-5d48660fad0c5a9f0a3b462f8cec7c35d07aaa8d.tar.xz sora-testing-5d48660fad0c5a9f0a3b462f8cec7c35d07aaa8d.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index 0ad34f5..2ffdd5a 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -283,7 +283,7 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length } #endif - PlatformSpecificToolbarItem { + PlatformSpecificToolbarItem(placement: .automatic) { PostGridBookmarkButtonView( tags: initialTag != nil ? localSearchText.components(separatedBy: .whitespaces).filter { component in |