mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
chore: update pdialog
This commit is contained in:
parent
71fd37feb6
commit
c8e61e19c1
1 changed files with 2 additions and 3 deletions
5
dzgui.sh
5
dzgui.sh
|
@ -315,7 +315,6 @@ check_version(){
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
download_new_version(){
|
download_new_version(){
|
||||||
# function differs slightly in helper file due to return codes
|
|
||||||
local version_url="$(format_version_url)"
|
local version_url="$(format_version_url)"
|
||||||
mv "$src_path" "$src_path.old"
|
mv "$src_path" "$src_path.old"
|
||||||
curl -Ls "$version_url" > "$src_path"
|
curl -Ls "$version_url" > "$src_path"
|
||||||
|
@ -407,7 +406,7 @@ qdialog(){
|
||||||
$steamsafe_zenity --question --text="$1" --ok-label="$ok" --cancel-label="$cancel" "${zenity_flags[@]}"
|
$steamsafe_zenity --question --text="$1" --ok-label="$ok" --cancel-label="$cancel" "${zenity_flags[@]}"
|
||||||
}
|
}
|
||||||
pdialog(){
|
pdialog(){
|
||||||
$steamsafe_zenity --progress --pulsate --auto-close "${zenity_flags[@]}"
|
$steamsafe_zenity --progress --pulsate --auto-close "${zenity_flags[@]}" --text="$1"
|
||||||
}
|
}
|
||||||
fdialog(){
|
fdialog(){
|
||||||
$steamsafe_zenity --warning --ok-label="Exit" --text="$1" "${zenity_flags[@]}"
|
$steamsafe_zenity --warning --ok-label="Exit" --text="$1" "${zenity_flags[@]}"
|
||||||
|
@ -789,7 +788,7 @@ initial_setup(){
|
||||||
steam_deps
|
steam_deps
|
||||||
migrate_files
|
migrate_files
|
||||||
stale_symlinks
|
stale_symlinks
|
||||||
fetch_helpers
|
fetch_helpers > >(pdialog "Fetching additional helper files")
|
||||||
local_latlon
|
local_latlon
|
||||||
is_steam_running
|
is_steam_running
|
||||||
is_dzg_downloading
|
is_dzg_downloading
|
||||||
|
|
Loading…
Reference in a new issue