diff --git a/src/lib/sections/settings/Vertd.svelte b/src/lib/sections/settings/Vertd.svelte index e2c33ce..b17ca92 100644 --- a/src/lib/sections/settings/Vertd.svelte +++ b/src/lib/sections/settings/Vertd.svelte @@ -13,7 +13,7 @@ const { settings }: { settings: ISettings } = $props(); $effect(() => { - if (settings.vertdURL) { + if (settings.vertdURL) { if (abortController) abortController.abort(); abortController = new AbortController(); const { signal } = abortController; @@ -79,13 +79,12 @@ of your GPU to do it as quickly as possible.

- We currently don't provide a hosted instance due to the - upkeep costs. However, it's quite easy to host one on your - own PC or server if you know what you're doing. You can - download the server binaries here. The process of setting this up will become easier in the + > - the process of setting this up will become easier in the future, so stay tuned!