Skip to content

Commit

Permalink
Initialize variables
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sane committed Dec 26, 2023
1 parent bd85dd2 commit f2e3d42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lug-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2e3d42

Please sign in to comment.