From eafefb1894d84a18f8bdcde3845987c01fe11274 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 1 Oct 2025 09:44:18 -0700 Subject: [PATCH] Fix setting --- src-web/components/Settings/SettingsGeneral.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) } />