diff options
| author | Fuwn <[email protected]> | 2025-06-15 03:47:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-15 03:47:44 -0700 |
| commit | b572a91f84161c48f326c07ffda77c562eb797c5 (patch) | |
| tree | 9960daaf75bf633be134d117fc1adc21fad60c47 /Sora/Views/Post/Details/PostDetailsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-b572a91f84161c48f326c07ffda77c562eb797c5.tar.xz sora-testing-b572a91f84161c48f326c07ffda77c562eb797c5.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Details/PostDetailsView.swift')
| -rw-r--r-- | Sora/Views/Post/Details/PostDetailsView.swift | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Sora/Views/Post/Details/PostDetailsView.swift b/Sora/Views/Post/Details/PostDetailsView.swift index 108f12c..f240de7 100644 --- a/Sora/Views/Post/Details/PostDetailsView.swift +++ b/Sora/Views/Post/Details/PostDetailsView.swift @@ -91,14 +91,6 @@ struct PostDetailsView: View { .toolbarBackground(.ultraThinMaterial, for: .navigationBar) #endif .toolbar { - #if !os(macOS) - if manager.isLoading || loadingStage != .loaded { - ToolbarItem { - ProgressView() - } - } - #endif - ToolbarItem { Button(action: { isTagsSheetPresented.toggle() |