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:
parent
4b531a8dca
commit
fd7c306c86
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue