summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-07-24 23:28:14 +0200
committerFuwn <[email protected]>2025-07-24 23:28:14 +0200
commita631104822e0ef374be7f51be44407758740a2c7 (patch)
tree5cca966efa56d0cd66d3c3ae2b457ed619d7a1f1 /Sora/Views/Settings
parentfeat: Development commit (diff)
downloadsora-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.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") {