From f31d9471e05caa1d493f363f61c50d3ad59b7ba5 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 28 Oct 2021 21:30:12 +0200 Subject: [PATCH] gcolor3 again --- bin/mbxcolors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mbxcolors b/bin/mbxcolors index 84e245f..e01f052 100755 --- a/bin/mbxcolors +++ b/bin/mbxcolors @@ -159,7 +159,7 @@ palettes() { if [[ -n "$1" ]] ; then out2+=("^sep()") out2+=("Add color... from screen,$ME pickcolor '$file'") - if hash pyuic5 2>/dev/null; then + if hash gcolor3 2>/dev/null; then out2+=("^sep()") out2+=("Add color from selector...,$ME addcolor") fi