checking for update

This commit is contained in:
SPRINX0\prochazka
2024-09-09 15:44:34 +02:00
parent 3303fd1ee9
commit 703a4bdb57
7 changed files with 125 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
import {
activeTabId,
appUpdateStatus,
currentArchive,
currentDatabase,
currentThemeDefinition,
@@ -169,6 +170,12 @@
{item.text}
</div>
{/each}
{#if $appUpdateStatus}
<div class="item">
{$appUpdateStatus}
</div>
{/if}
</div>
</div>