Fix: Switch Tauri Conf to Windows Specific

This commit is contained in:
Youwes09
2026-03-21 23:26:33 -05:00
parent b6ef2b1b3c
commit d3e62a7a08
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -144,7 +144,7 @@
{#if store.history.length === 0}
<div class="empty">
<ClockCounterClockwise size={32} weight="light" class="empty-icon" />
<p class="empty-text">No reading store.history yet</p>
<p class="empty-text">No reading history yet</p>
<p class="empty-hint">Chapters you read will appear here</p>
</div>
{:else if sessions.length === 0}