From 1d9821c2a403e2f7cad85e428353254082a3b19c Mon Sep 17 00:00:00 2001 From: Galen Abell Date: Sat, 10 Jul 2021 16:08:33 +0200 Subject: [PATCH] Don't echo pmos-tweaks path in config menu Signed-off-by: Maarten van Gompel --- scripts/core/sxmo_appmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index f7abbfb..a8014f9 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -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 ;;