diff options
| author | Fuwn <[email protected]> | 2025-02-25 02:12:23 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-25 02:12:23 -0800 |
| commit | a4a7d81db22788753046c7f15c92f393e71a79e9 (patch) | |
| tree | 7c3462fc17356ea14b659cdebc4188689a577bb4 /Sora/Views | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-a4a7d81db22788753046c7f15c92f393e71a79e9.tar.xz sora-testing-a4a7d81db22788753046c7f15c92f393e71a79e9.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views')
| -rw-r--r-- | Sora/Views/MainView.swift | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Sora/Views/MainView.swift b/Sora/Views/MainView.swift index 88b93c0..3397f15 100644 --- a/Sora/Views/MainView.swift +++ b/Sora/Views/MainView.swift @@ -76,6 +76,10 @@ struct MainView: View { Task { manager.initializeTags() } + } else { + Task { + manager.updateTagsCacheSize() + } } } } |