diff options
| author | Fuwn <[email protected]> | 2025-02-20 19:39:33 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-20 19:39:33 -0800 |
| commit | 4c531e84c05603e0091375560f35fb64170f53bc (patch) | |
| tree | 4c43a897416be379abde08a3e3484179c51bf292 /Sora/Views/BookmarksView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-4c531e84c05603e0091375560f35fb64170f53bc.tar.xz sora-testing-4c531e84c05603e0091375560f35fb64170f53bc.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/BookmarksView.swift')
| -rw-r--r-- | Sora/Views/BookmarksView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/BookmarksView.swift b/Sora/Views/BookmarksView.swift index cafb431..d1c5776 100644 --- a/Sora/Views/BookmarksView.swift +++ b/Sora/Views/BookmarksView.swift @@ -59,5 +59,5 @@ struct BookmarksView: View { #Preview { BookmarksView(selectedTab: .constant(1)) .environmentObject(Settings()) - .environmentObject(MoebooruManager()) + .environmentObject(BooruManager(.yandere)) } |