fix: reload window on gpu update instead of relaunch
This commit is contained in:
parent
cd4f72dd31
commit
818f4757ca
@ -307,7 +307,7 @@ const Advanced = () => {
|
||||
}
|
||||
// Stop any running model to apply the changes
|
||||
if (e.target.checked !== gpuEnabled)
|
||||
stopModel().then(() => window.core?.api?.relaunch())
|
||||
stopModel().then(() => window.location.reload())
|
||||
}}
|
||||
/>
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user