From a631104822e0ef374be7f51be44407758740a2c7 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 24 Jul 2025 23:28:14 +0200 Subject: feat: Development commit --- Sora/Views/Settings/Section/SettingsSettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sora/Views/Settings/Section/SettingsSettingsView.swift') 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") { -- cgit v1.2.3