diff options
| author | Fuwn <[email protected]> | 2025-03-01 18:23:48 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-01 18:23:48 -0800 |
| commit | 9e4ae53ea6dfe55a55020a241b721c42ccb13e18 (patch) | |
| tree | d20626708be6017d7692acdc4e6ee58f76ac34ce /Sora/Views/MainView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-9e4ae53ea6dfe55a55020a241b721c42ccb13e18.tar.xz sora-testing-9e4ae53ea6dfe55a55020a241b721c42ccb13e18.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/MainView.swift')
| -rw-r--r-- | Sora/Views/MainView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/MainView.swift b/Sora/Views/MainView.swift index ac1cacb..b9145cd 100644 --- a/Sora/Views/MainView.swift +++ b/Sora/Views/MainView.swift @@ -54,7 +54,7 @@ struct MainView: View { if manager.searchText.isEmpty { await manager.fetchPosts() } else { - manager.performSearch() + manager.performSearch(settings: settings) } } } |