From 2d20e3503ed2fa066eabd2f40d23f1621ef6d1c0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 1 Mar 2025 19:09:01 +0100 Subject: [PATCH] Include the Back button --- bin/omakub-sub/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omakub-sub/install.sh b/bin/omakub-sub/install.sh index 4c6f0c8..958196d 100644 --- a/bin/omakub-sub/install.sh +++ b/bin/omakub-sub/install.sh @@ -20,7 +20,7 @@ CHOICES=( "<< Back " ) -CHOICE=$(gum choose "${CHOICES[@]}" --height 20 --header "Install application") +CHOICE=$(gum choose "${CHOICES[@]}" --height 21 --header "Install application") if [[ "$CHOICE" == "<< Back"* ]] || [[ -z "$CHOICE" ]]; then # Don't install anything