From 15347a12fcb2f718af6496b6b1ecc95611d6d508 Mon Sep 17 00:00:00 2001 From: Acktarius <94026250+Acktarius@users.noreply.github.com> Date: Fri, 15 Sep 2023 23:19:34 -0400 Subject: [PATCH] Update ez_privacy.sh extended timeout --- ez_privacy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ez_privacy.sh b/ez_privacy.sh index 33c67da..79e09f4 100644 --- a/ez_privacy.sh +++ b/ez_privacy.sh @@ -135,7 +135,7 @@ for q in "${!installable[@]}"; do zeninstallable+="FALSE ${installable[$q]} " done sleep 5 -zinstallable=$(zenity --list --checklist --height 280 --width 400 --timeout 15 --title "Apps you want to INSTALL" \ +zinstallable=$(zenity --list --checklist --height 280 --width 400 --timeout 30 --title "Apps you want to INSTALL" \ --column "Select" --column "App" \ $zeninstallable ) @@ -192,7 +192,7 @@ for l in "${!removable[@]}"; do zenremovable+="FALSE ${removable[$l]} " done sleep 5 -zremovable=$(zenity --list --checklist --height 280 --width 400 --timeout 15 --title "Apps you want to REMOVE" \ +zremovable=$(zenity --list --checklist --height 280 --width 400 --timeout 30 --title "Apps you want to REMOVE" \ --column "Select" --column "App" \ $zenremovable )