Fix setting

This commit is contained in:
Gregory Schier
2025-10-01 09:44:18 -07:00
parent 9a94a15c82
commit eafefb1894

View File

@@ -72,7 +72,7 @@ export function SettingsGeneral() {
help="Automatically download Yaak updates (!50MB) in the background, so they will be immediately ready to install."
title="Automatically download updates"
onChange={(autoDownloadUpdates) =>
patchModel(workspace, { autoDownloadUpdates })
patchModel(settings, { autoDownloadUpdates })
}
/>
<Separator className="my-4" />