From 765522cb4adfea99c6ba3dcb27d9aae9fd933314 Mon Sep 17 00:00:00 2001 From: hamilcarBarca17 Date: Wed, 8 Mar 2023 17:26:14 -0700 Subject: [PATCH] Changed full screen prompt default to yes --- cloud-gaming.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-gaming.sh b/cloud-gaming.sh index 97eb082..ef10170 100755 --- a/cloud-gaming.sh +++ b/cloud-gaming.sh @@ -325,7 +325,7 @@ deployInstance() { if (whiptail --fb --title "Setup" --yesno "We'll now go through the first time setup. Do you wish to continue?" "$BOX_HEIGHT" "$BOX_WIDTH"); then msgBox "For first time setups, ensure your terminal is full screen so you don't miss any instructions. If it's not, exit this application, enter full screen, then start again" - if (whiptail --fb --title "First Time Setup" --yesno "This will now perform first time setup for your cloud gaming instance. Is your terminal full screen?" --defaultno "$BOX_HEIGHT" "$BOX_WIDTH"); then + if (whiptail --fb --title "First Time Setup" --yesno "This will now perform first time setup for your cloud gaming instance. Is your terminal full screen?" "$BOX_HEIGHT" "$BOX_WIDTH"); then printInfo "Running first time setup" msgBox "For the first run, some manual, one-time setup steps are required. When ready, hit 'OK' to continue and start the connection to your instance's desktop."