From f2cb2c6e068ec9a5ce0c43058ddd5c5d59e0e32f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 24 Oct 2021 01:03:01 -0400 Subject: [PATCH] The cancel button now works as an exit button. --- configure-stormux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-stormux.sh b/configure-stormux.sh index 29504db..ff684d4 100755 --- a/configure-stormux.sh +++ b/configure-stormux.sh @@ -72,7 +72,7 @@ while [[ "$choice" != "Exit" ]]; do "Screen reader" \ "Set up gaming" \ "Exit" \ - )" + )" || break done exit 0