diff --git a/lib/SvelteUi/app/src/lib/Header.svelte b/lib/SvelteUi/app/src/lib/Header.svelte index 206b32c4..58872b62 100644 --- a/lib/SvelteUi/app/src/lib/Header.svelte +++ b/lib/SvelteUi/app/src/lib/Header.svelte @@ -14,7 +14,7 @@ let sysinfo = {}; let nextVersion = {}; - + function askUpgrade() { if(confirm((translations.header?.upgrade ?? "Upgrade to {0}?").replace('{0}',nextVersion.tag_name))) { if(!isBusPowered(sysinfo.board) || confirm(upgradeWarningText(boardtype(sysinfo.chip, sysinfo.board)))) { @@ -78,7 +78,7 @@ {#if sysinfo.vndcfg && sysinfo.usrcfg} -
+
@@ -86,7 +86,7 @@
{/if}
- 🕮 + 🗐
{#if sysinfo.fwconsent === 1 && nextVersion}