diff --git a/AquaNet/src/pages/Home/SetupInstructions.svelte b/AquaNet/src/pages/Home/SetupInstructions.svelte index ffe5ea41..1ee885e3 100644 --- a/AquaNet/src/pages/Home/SetupInstructions.svelte +++ b/AquaNet/src/pages/Home/SetupInstructions.svelte @@ -55,19 +55,21 @@ id=${keychip}`.trim(), {
{t('setup.keychip-warning')}
- -
- {t('setup.type.automatic')} - {@html t('setup.automatic')} - {#if automaticSetupStatus != "none"} -
- {t(`setup.automatic.${automaticSetupStatus}`)} -
- {/if} -
- -
-
+ + {#if !!window.showOpenFilePicker} +
+ {t('setup.type.automatic')} + {@html t('setup.automatic')} + {#if automaticSetupStatus != "none"} +
+ {t(`setup.automatic.${automaticSetupStatus}`)} +
+ {/if} +
+ +
+
+ {/if}
{t('setup.type.manual')}