Commit 38519a26 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Update SettingsModal.svelte

parent e9c83a88
...@@ -39,6 +39,11 @@ ...@@ -39,6 +39,11 @@
if (res) { if (res) {
toast.success('Server connection verified'); toast.success('Server connection verified');
saveSettings(
API_BASE_URL === '' ? BUILD_TIME_API_BASE_URL : API_BASE_URL,
system != '' ? system : null,
temperature != 0.8 ? temperature : null
);
} }
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment