summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/Section
diff options
context:
space:
mode:
Diffstat (limited to 'Sora/Views/Settings/Section')
-rw-r--r--Sora/Views/Settings/Section/SettingsSettingsView.swift2
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") {