mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-12 17:34:27 +02: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."
|
help="Automatically download Yaak updates (!50MB) in the background, so they will be immediately ready to install."
|
||||||
title="Automatically download updates"
|
title="Automatically download updates"
|
||||||
onChange={(autoDownloadUpdates) =>
|
onChange={(autoDownloadUpdates) =>
|
||||||
patchModel(workspace, { autoDownloadUpdates })
|
patchModel(settings, { autoDownloadUpdates })
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<Separator className="my-4" />
|
<Separator className="my-4" />
|
||||||
|
|||||||
Reference in New Issue
Block a user