From c6d20704b939773f03c2f347782dcb66d4a3e1f5 Mon Sep 17 00:00:00 2001 From: Botspot Date: Wed, 11 Aug 2021 08:49:13 -0500 Subject: [PATCH] remove rogue search button --- gui | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui b/gui index 694b594..b63f351 100755 --- a/gui +++ b/gui @@ -197,8 +197,7 @@ while true;do if [ "$guimode" == yad ];then if [ -z "$prefix" ];then - buttons=("--button=Search:4" \ - "--button=!${DIRECTORY}/icons/install.png!Install:4" \ + buttons=("--button=!${DIRECTORY}/icons/install.png!Install:4" \ "--button=!${DIRECTORY}/icons/uninstall.png!Uninstall:2" \ "--button=!${DIRECTORY}/icons/info.png!View more about the selected software:0" ) else