diff options
| author | Fuwn <[email protected]> | 2025-02-27 20:52:34 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-27 20:52:34 -0800 |
| commit | bcf51684c9f2346597bfc11d6de47f682c14e416 (patch) | |
| tree | c70d8cd5fc396470aa37f390290590d20e1b6787 /Sora/Views/Post/Grid/PostGridView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-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.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 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) |