mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
fix default theme icon
This commit is contained in:
parent
ec3ddc3bf1
commit
1980dbc6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ const themes= [
|
|||
]
|
||||
|
||||
const themeIcon = computed(
|
||||
() => themes.find(x => x.value === appStore.theme)?.icon || 'mdi-brightness-auto'
|
||||
() => themes.find(x => x.value === appStore.theme)?.icon || 'mdi-theme-light-dark'
|
||||
)
|
||||
|
||||
function cycleTheme() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue