Scripts version 2183

This commit is contained in:
Mikhail Tergoev
2023-05-15 02:19:05 +03:00
parent 866bda3e0c
commit d982c8fab3
12 changed files with 77 additions and 53 deletions

View File

@ -14,9 +14,10 @@ zenity_error () {
export -f zenity_error
zenity_error_download () {
`zenity --error --title "$loc_gui_error" --text "$loc_gui_error_download" --no-wrap `
`zenity --question --title "$loc_gui_error" --text "$loc_gui_error_download\n" --no-wrap --ok-label="Repeat" --cancel-label="Exit" `
if [[ "$?" != 0 ]] ; then
stop_portwine
exit 1
else
return 0
fi