1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-29 13:52:03 +01:00

Auto-close progress bar

This commit is contained in:
aclist 2022-05-29 15:36:43 +09:00 committed by GitHub
parent 4b531a8dca
commit fd7c306c86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ main_menu(){
query_api query_api
parse_json <<< "$response" parse_json <<< "$response"
msg="Retrieving server list. This may take some time.\nThis window will close automatically if left open." msg="Retrieving server list. This may take some time.\nThis window will close automatically if left open."
create_array | zenity --progress create_array | zenity --progress --auto-close
populate populate
return return
elif [[ $sel == "Open mod page (TEST)" ]]; then elif [[ $sel == "Open mod page (TEST)" ]]; then