mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-30 05:23:18 +02:00
avoid scrolling in menus
This commit is contained in:
@@ -27,7 +27,7 @@ OPTIONS+=(s "Sparko for CLN on $CHAIN" ${sparko})
|
|||||||
|
|
||||||
CHOICES=$(dialog --title ' Additional Services ' \
|
CHOICES=$(dialog --title ' Additional Services ' \
|
||||||
--checklist ' use spacebar to activate/de-activate ' \
|
--checklist ' use spacebar to activate/de-activate ' \
|
||||||
11 45 4 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
12 45 5 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||||
|
|
||||||
dialogcancel=$?
|
dialogcancel=$?
|
||||||
echo "done dialog"
|
echo "done dialog"
|
||||||
|
@@ -27,7 +27,7 @@ OPTIONS+=(s "Sparko for CLN on $CHAIN" ${tsparko})
|
|||||||
|
|
||||||
CHOICES=$(dialog --title ' Additional Services ' \
|
CHOICES=$(dialog --title ' Additional Services ' \
|
||||||
--checklist ' use spacebar to activate/de-activate ' \
|
--checklist ' use spacebar to activate/de-activate ' \
|
||||||
11 45 4 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
12 45 5 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||||
|
|
||||||
dialogcancel=$?
|
dialogcancel=$?
|
||||||
echo "done dialog"
|
echo "done dialog"
|
||||||
|
Reference in New Issue
Block a user