Feat: System-Default Based Custom Theme Switching (#45)

This commit is contained in:
Youwes09
2026-04-25 15:54:21 -05:00
parent 4eef03cbb1
commit b5f96a3a5c
4 changed files with 149 additions and 5 deletions
@@ -162,7 +162,7 @@
{#if tab === "general"}
<GeneralSettings {selectOpen} {closingSelect} {toggleSelect} {anims} />
{:else if tab === "appearance"}
<AppearanceSettings {onOpenThemeEditor} />
<AppearanceSettings {selectOpen} {closingSelect} {toggleSelect} {anims} {onOpenThemeEditor} />
{:else if tab === "reader"}
<ReaderSettings {selectOpen} {closingSelect} {toggleSelect} {anims} />
{:else if tab === "library"}