mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 02:07:18 +02:00
Auto-close progress bar
This commit is contained in:
parent
4b531a8dca
commit
fd7c306c86
2
dzgui.sh
2
dzgui.sh
@ -197,7 +197,7 @@ main_menu(){
|
||||
query_api
|
||||
parse_json <<< "$response"
|
||||
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
|
||||
return
|
||||
elif [[ $sel == "Open mod page (TEST)" ]]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user