gcolor3 again

master 0.1.8
Daniel Napora 2021-10-28 21:30:12 +02:00
parent 54385d065b
commit f31d9471e0
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ palettes() {
if [[ -n "$1" ]] ; then
out2+=("^sep()")
out2+=("<b>Add color...</b> from screen,$ME pickcolor '$file'")
if hash pyuic5 2>/dev/null; then
if hash gcolor3 2>/dev/null; then
out2+=("^sep()")
out2+=("<b>Add</b> color from selector...,$ME addcolor")
fi