🐛 Fix internal error on missing theme setting in profile (#6822)

This commit is contained in:
Miguel de Benito Delgado 2025-07-02 09:57:56 +02:00 committed by Andrey Antukh
parent a3aabf3b7d
commit e03c822b51

View file

@ -172,7 +172,9 @@
current)]
(case current
"dark" "light"
"light" "dark")))))
"light" "dark"
; Failsafe for missing data
"dark")))))
ptk/WatchEvent
(watch [it state _]