From f2e3d424914126d72d260a988b357c522b6e0f2c Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 26 Dec 2023 15:20:37 -0500 Subject: [PATCH] Initialize variables --- lug-helper.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lug-helper.sh b/lug-helper.sh index 4f03c6a..f07f21a 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2377,6 +2377,10 @@ quit() { # Zenity availability/version check use_zenity=0 +# Initialize some variables +menu_option_height="0" +menu_text_height_zenity4="0" +menu_height_max="0" if [ -x "$(command -v zenity)" ]; then if zenity --version >/dev/null; then use_zenity=1