diff --git a/src/svelte-components/src/components/SettingsView.svelte b/src/svelte-components/src/components/SettingsView.svelte index 5a46408..ef104f9 100644 --- a/src/svelte-components/src/components/SettingsView.svelte +++ b/src/svelte-components/src/components/SettingsView.svelte @@ -62,17 +62,17 @@ enabled. If you choose to live dangerously, and disable the safety prompts, Onefinity cannot be held responsible. + +

Probe Block

+ + {#each Object.keys(configTemplate.probe) as key} + {#if key !== "probe-diameter"} + + {/if} + {/each}
-

Probe Block

- - {#each Object.keys(configTemplate.probe) as key} - {#if key !== "probe-diameter"} - - {/if} - {/each} -

Probe Rotary

{#each Object.keys(configTemplate["probe-rotary"]) as key}