summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2024-07-11 19:49:51 +0100
committerGitHub <noreply@github.com>2024-07-11 19:49:51 +0100
commit4d3a60fc84d45d4aff6af534185be6ae4594ccd1 (patch)
tree6edb4ef273a160da34a6981859438442f9d48818
parent10b1a43d66680a0b21723ae7a4dd0f6db36c32f0 (diff)
downloaddecky-installer-4d3a60fc84d45d4aff6af534185be6ae4594ccd1.tar.gz
decky-installer-4d3a60fc84d45d4aff6af534185be6ae4594ccd1.zip
Change zenity sizev1.9.0
-rw-r--r--gui/user_install_script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/user_install_script.sh b/gui/user_install_script.sh
index 1d7a119..e2691af 100644
--- a/gui/user_install_script.sh
+++ b/gui/user_install_script.sh
@@ -68,13 +68,13 @@ HOMEBREW_FOLDER="${USER_DIR}/homebrew"
# if decky is already installed, then add 'uninstall' and 'wipe' option
if [[ -f "${USER_DIR}/homebrew/services/PluginLoader" ]] ; then
- OPTION=$(zen_nospam --title="Decky Installer" --width=550 --height=200 --list --radiolist --text "Select Option:" --hide-header --column "Buttons" --column "Choice" --column "Info" \
+ OPTION=$(zen_nospam --title="Decky Installer" --width=750 --height=400 --list --radiolist --text "Select Option:" --hide-header --column "Buttons" --column "Choice" --column "Info" \
TRUE "update to latest release" "Recommended for stable steamos" \
FALSE "update to latest prerelease" "Recommended for beta/preview steamos" \
FALSE "uninstall decky loader" "Will keep config intact" \
FALSE "wipe decky loader" "Will NOT keep config intact")
else
- OPTION=$(zen_nospam --title="Decky Installer" --width=420 --height=100 --list --radiolist --text "Select branch to install:" --hide-header --column "Buttons" --column "Choice" --column "Info" \
+ OPTION=$(zen_nospam --title="Decky Installer" --width=750 --height=300 --list --radiolist --text "Select branch to install:" --hide-header --column "Buttons" --column "Choice" --column "Info" \
TRUE "release" "Recommended for stable steamos" \
FALSE "prerelease" "Recommended for beta/preview steamos")
fi