Closed karliwalti closed 6 years ago
The correct punctuation for this that works is:
,(lambda ()
(if #t `(label color ,Yellow text "email" align left)))
If the change is too subtle, it is the ` [backquote] before the "(label" list, which is used instead of the ' [quote].
Thank you, I got it working now and it solves many of my issues!
When defining conditionals in sx files, the assignement of a color fails whereas outside of condition it works.
working:
fails:
error message: