Don't echo pmos-tweaks path in config menu

Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Galen Abell 2021-07-10 16:08:33 +02:00 committed by Maarten van Gompel
parent 26d946e225
commit 1d9821c2a4

View file

@ -151,7 +151,7 @@ programchoicesinit() {
$icon_ror Rotate ^ 1 ^ sxmo_rotate.sh rotate
$icon_upc Upgrade Pkgs ^ 0 ^ sxmo_terminal.sh sxmo_upgrade.sh
$icon_cfg Edit configuration ^ 0 ^ sxmo_terminal.sh $EDITOR $XDG_CONFIG_HOME/sxmo/xinit
$(command -v pmos-tweaks && echo "$icon_cfg PostmarketOS Tweaks ^ 0 ^ GDK_SCALE=1 pmos-tweaks")
$(command -v pmos-tweaks >/dev/null && echo "$icon_cfg PostmarketOS Tweaks ^ 0 ^ GDK_SCALE=1 pmos-tweaks")
"
WINNAME=Config
;;