mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
Fix setting
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user