menu height
This commit is contained in:
parent
17a2a66e0b
commit
6ac012fac9
|
@ -954,7 +954,7 @@ function interactive_select_language {
|
|||
68 $"Vietnamese")
|
||||
|
||||
# shellcheck disable=SC2068
|
||||
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Language" --menu $"Select your language:" 12 60 4 "${W[@]}" 3>&2 2>&1 1>&3)
|
||||
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Language" --menu $"Select your language:" 24 60 68 "${W[@]}" 3>&2 2>&1 1>&3)
|
||||
|
||||
if [ ! "$selection" ]; then
|
||||
selection='1'
|
||||
|
|
Loading…
Reference in New Issue