diff --git a/src-web/components/Settings/SettingsGeneral.tsx b/src-web/components/Settings/SettingsGeneral.tsx index 9b194f12..c4efc7fc 100644 --- a/src-web/components/Settings/SettingsGeneral.tsx +++ b/src-web/components/Settings/SettingsGeneral.tsx @@ -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 }) } />