summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-28 03:46:48 -0800
committerFuwn <[email protected]>2025-02-28 03:46:48 -0800
commit868cf535d116f4b100776f5e4cc1428444ba28b9 (patch)
treeee0a52cb8fcfd5eff3e566a2549503a8db66c9f9 /Sora/Views/Post/Grid/PostGridSearchHistoryView.swift
parentfeat: Development commit (diff)
downloadsora-testing-868cf535d116f4b100776f5e4cc1428444ba28b9.tar.xz
sora-testing-868cf535d116f4b100776f5e4cc1428444ba28b9.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridSearchHistoryView.swift')
-rw-r--r--Sora/Views/Post/Grid/PostGridSearchHistoryView.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift b/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift
index 2816d35..e17ca3b 100644
--- a/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift
+++ b/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift
@@ -77,6 +77,6 @@ struct PostGridSearchHistoryView: View {
selectedTab: .constant(0),
isPresented: .constant(true)
)
- .environmentObject(SettingsManager())
- .environmentObject(BooruManager(.safebooru))
+ .environmentObject(SettingsManager())
+ .environmentObject(BooruManager(.safebooru))
}