The cancel button now works as an exit button.

This commit is contained in:
Storm Dragon 2021-10-24 01:03:01 -04:00
parent 955af1e786
commit f2cb2c6e06

View File

@ -72,7 +72,7 @@ while [[ "$choice" != "Exit" ]]; do
"Screen reader" \
"Set up gaming" \
"Exit" \
)"
)" || break
done
exit 0