Update checkCancel()

This commit is contained in:
Santiago Lo Coco 2022-01-25 00:28:29 -03:00
parent a94f383b4d
commit 75a9ccdfb4
1 changed files with 3 additions and 5 deletions

View File

@ -233,11 +233,9 @@ calcHeightDialog() {
}
checkCancel() {
if [ $? -eq 1 ]; then
displayDialogBox --msgbox "$1" VALUES
return 0
fi
return 1
[ $? -eq 0 ] && return 1
displayDialogBox --msgbox "$1" VALUES
return 0
}
setDialogBox() {