diff options
| author | Fuwn <[email protected]> | 2025-02-22 05:34:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-22 05:34:46 -0800 |
| commit | 8521f79db23095cfe830bb61abd9f7e5c2f691eb (patch) | |
| tree | 97578df63113d19f995356c25c6a6ce477af4531 /Sora/Views/Post/PostView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-8521f79db23095cfe830bb61abd9f7e5c2f691eb.tar.xz sora-testing-8521f79db23095cfe830bb61abd9f7e5c2f691eb.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/PostView.swift')
| -rw-r--r-- | Sora/Views/Post/PostView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/PostView.swift b/Sora/Views/Post/PostView.swift index 7d69347..c2cafb2 100644 --- a/Sora/Views/Post/PostView.swift +++ b/Sora/Views/Post/PostView.swift @@ -2,8 +2,8 @@ import SwiftUI struct PostView: View { @EnvironmentObject var settings: Settings + @EnvironmentObject var manager: BooruManager let post: BooruPost - @ObservedObject var manager: BooruManager let posts: [BooruPost] private var thumbnailURL: URL? { switch settings.thumbnailType { |