summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Details/PostDetailsView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-27 20:52:34 -0800
committerFuwn <[email protected]>2025-02-27 20:52:34 -0800
commitbcf51684c9f2346597bfc11d6de47f682c14e416 (patch)
treec70d8cd5fc396470aa37f390290590d20e1b6787 /Sora/Views/Post/Details/PostDetailsView.swift
parentfeat: Development commit (diff)
downloadsora-testing-bcf51684c9f2346597bfc11d6de47f682c14e416.tar.xz
sora-testing-bcf51684c9f2346597bfc11d6de47f682c14e416.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Details/PostDetailsView.swift')
-rw-r--r--Sora/Views/Post/Details/PostDetailsView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Details/PostDetailsView.swift b/Sora/Views/Post/Details/PostDetailsView.swift
index c13e61b..596cbbd 100644
--- a/Sora/Views/Post/Details/PostDetailsView.swift
+++ b/Sora/Views/Post/Details/PostDetailsView.swift
@@ -2,7 +2,7 @@ import SwiftUI
struct PostDetailsView: View {
@EnvironmentObject var manager: BooruManager
- @EnvironmentObject var settings: Settings
+ @EnvironmentObject var settings: SettingsManager
let post: BooruPost
@State private var loadingStage: BooruPostLoadingState = .loadingPreview
private var imageURL: URL? {