summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid/PostGridView.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/Grid/PostGridView.swift
parentfeat: Development commit (diff)
downloadsora-testing-bcf51684c9f2346597bfc11d6de47f682c14e416.tar.xz
sora-testing-bcf51684c9f2346597bfc11d6de47f682c14e416.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift
index 3da87d4..a643391 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -2,7 +2,7 @@ import SwiftUI
import WaterfallGrid
struct PostGridView: View {
- @EnvironmentObject var settings: Settings
+ @EnvironmentObject var settings: SettingsManager
@EnvironmentObject var manager: BooruManager
@Environment(\.isSearching)