Hide tags in menus
This commit is contained in:
parent
d19b5cded1
commit
e486cb0ca4
|
@ -179,13 +179,13 @@ formatOptions() {
|
|||
useWhiptailMenu() {
|
||||
height=0; width=0
|
||||
formatOptions "$@"
|
||||
whiptail "${options[@]}"
|
||||
whiptail --notags "${options[@]}"
|
||||
}
|
||||
|
||||
useDialogMenu() {
|
||||
height=9; width=60
|
||||
formatOptions "$@"
|
||||
dialog "${options[@]}"
|
||||
dialog --no-tags "${options[@]}"
|
||||
}
|
||||
|
||||
calcWidthWhiptail() {
|
||||
|
|
Loading…
Reference in New Issue