Skip to content

Commit

Permalink
Update ez_privacy.sh
Browse files Browse the repository at this point in the history
extended timeout
  • Loading branch information
Acktarius authored Sep 16, 2023
1 parent a0f4de0 commit 15347a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ez_privacy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down Expand Up @@ -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
)
Expand Down

0 comments on commit 15347a1

Please sign in to comment.