This commit is contained in:
2026-01-16 01:17:28 +01:00
parent 30688ad644
commit 5ced01c010
2 changed files with 25 additions and 6 deletions

View File

@@ -256,7 +256,7 @@
<!-- FlexRadio Section -->
<div class="flex-section">
<div class="flex-icon" class:connected={connected} class:disconnected={!connected}>
📻
📻
</div>
{#if showFrequency}
@@ -279,6 +279,13 @@
{mode}
</span>
{/if}
<!-- AFFICHAGE TX - SEULEMENT SI TX EST VRAI -->
{#if txEnabled}
<span class="tx-indicator">
TX
</span>
{/if}
{:else if showRadioOnWithSliceNoFreq}
<!-- Radio is on with slice but frequency is 0 (maybe slice just created) -->