diff --git a/src/routes/Footer.svelte b/src/routes/Footer.svelte index ae838526..2993c967 100644 --- a/src/routes/Footer.svelte +++ b/src/routes/Footer.svelte @@ -8,6 +8,7 @@ import {loadLocaleAsync} from "../i18n/i18n-util.async" import {tick} from "svelte" import SyncOverlay from "./SyncOverlay.svelte" + import {serialPort} from "$lib/serial/connection" let locale = (browser && (localStorage.getItem("locale") as Locales)) || detectLocale() $: if (browser) @@ -46,9 +47,14 @@ > - - - +
+ {#if !$serialPort} +
+ warning{$LL.deviceManager.NO_DEVICE()} +
+ {/if} + +