We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19879ef commit 67aa89cCopy full SHA for 67aa89c
web/screens/Settings/Advanced/index.tsx
@@ -306,7 +306,7 @@ const Advanced = () => {
306
})
307
}
308
// Stop any running model to apply the changes
309
- if (e.target.checked !== gpuEnabled) stopModel()
+ if (e.target.checked !== gpuEnabled) stopModel().then(() => window.core?.api?.relaunch())
310
}}
311
/>
312
0 commit comments