Experiment for data definition

This commit is contained in:
alonso.torres 2024-04-15 17:48:03 +02:00 committed by Andrey Antukh
parent 127b481c38
commit 432e894344
2 changed files with 43 additions and 17 deletions

View file

@ -49,7 +49,10 @@
new-theme (get-in new-val [:profile :theme])]
(if (identical? old-theme new-theme)
::not-changed
new-theme)))
(if (= new-theme "default")
"dark"
new-theme))))
(defmethod handle-state-change :default
[_ _ _]