From 8a78bb2c6f856957accdcc1ea250bd2d0cc66ae2 Mon Sep 17 00:00:00 2001 From: raymonable <101374892+raymonable@users.noreply.github.com> Date: Sat, 14 Feb 2026 23:45:24 -0500 Subject: [PATCH] fix: add browser check --- .../src/pages/Home/SetupInstructions.svelte | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) 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')}