diff options
| author | Fuwn <[email protected]> | 2025-07-24 23:28:14 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-24 23:28:14 +0200 |
| commit | a631104822e0ef374be7f51be44407758740a2c7 (patch) | |
| tree | 5cca966efa56d0cd66d3c3ae2b457ed619d7a1f1 /Sora/Views/Settings | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-a631104822e0ef374be7f51be44407758740a2c7.tar.xz sora-testing-a631104822e0ef374be7f51be44407758740a2c7.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings')
| -rw-r--r-- | Sora/Views/Settings/Section/SettingsSettingsView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Settings/Section/SettingsSettingsView.swift b/Sora/Views/Settings/Section/SettingsSettingsView.swift index ab6a31a..0b10d31 100644 --- a/Sora/Views/Settings/Section/SettingsSettingsView.swift +++ b/Sora/Views/Settings/Section/SettingsSettingsView.swift @@ -11,7 +11,7 @@ struct SettingsSettingsView: View { .font(.caption) } .onChange(of: settings.enableSync) { _, _ in - settings.syncToCloud() + settings.triggerSyncIfNeededForAll() } Button("Reset to Defaults") { |