🐛 Fix colors with image fill name

This commit is contained in:
Alejandro Alonso 2024-01-04 12:01:46 +01:00
parent 9cfc00ce97
commit 93bf8c1478

View file

@ -75,5 +75,5 @@
:on-click on-click :on-click on-click
:on-double-click on-double-click} :on-double-click on-double-click}
(if (some? image) (if (some? image)
(tr "media.image") (or name (tr "media.image"))
(or name color (uc/gradient-type->string (:type gradient))))]))) (or name color (uc/gradient-type->string (:type gradient))))])))