forked from CastroFidel/PortWINE
		
	drop EXIT from changelog
This commit is contained in:
		| @@ -1463,11 +1463,13 @@ pw_port_update () { | ||||
|                 xcsd=$("${pw_yad}" --title "$(gettext "Update scripts:") v.(${scripts_install_ver}${BRANCH_VERSION})" --window-icon="$PW_GUI_ICON_PATH/portproton.svg" \ | ||||
|                 --form --separator='%%%' --width=1000 --height=500 \ | ||||
|                 --field=":TXT" "${CHANGLOG_NEWS}" \ | ||||
|                 --button="$(gettext "EXIT")"!"$PW_GUI_ICON_PATH/$BUTTON_SIZE.png"!"":252 \ | ||||
|                 --button="$(gettext "DO NOT REMIND ME")"!"$PW_GUI_ICON_PATH/$BUTTON_SIZE.png"!"":16 \ | ||||
|                 --button="$(gettext "REMIND ME LATER")"!"$PW_GUI_ICON_PATH/$BUTTON_SIZE.png"!"":18 \ | ||||
|                 --button="$(gettext "UPDATING NOW")"!"$PW_GUI_ICON_PATH/$BUTTON_SIZE.png"!"":20 2>/dev/null) | ||||
|                 YAD_STATUS="$?" | ||||
|  | ||||
|                 # --button="$(gettext "EXIT")"!"$PW_GUI_ICON_PATH/$BUTTON_SIZE.png"!"":252 \ | ||||
|                  | ||||
|                 case "${YAD_STATUS}" in | ||||
|                     1|252) exit 0 ;; | ||||
|                        16) xcsd="$(gettext "DO NOT REMIND ME")" ;; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user