main menu item rtl

This commit is contained in:
rootzoll
2021-08-03 22:34:08 +02:00
parent 07b0e3e36f
commit 840014a1c7

View File

@@ -68,7 +68,7 @@ if [ "${rtlWebinterface}" == "on" ]; then
fi fi
# Put Activated Apps on top # Put Activated Apps on top
if [ "${rtlWebinterface}" == "on" ]; then if [ "${rtlWebinterface}" == "on" ] || [ "${crtlWebinterface}" == "on" ]; then
OPTIONS+=(RTL "RTL Web Node Manager") OPTIONS+=(RTL "RTL Web Node Manager")
fi fi
if [ "${BTCPayServer}" == "on" ]; then if [ "${BTCPayServer}" == "on" ]; then
@@ -237,7 +237,7 @@ case $CHOICE in
/home/admin/config.scripts/blitz.touchscreen.sh calibrate /home/admin/config.scripts/blitz.touchscreen.sh calibrate
;; ;;
RTL) RTL)
/home/admin/config.scripts/bonus.rtl.sh menu /home/admin/config.scripts/bonus.rtl.sh menu ${lightning}
;; ;;
BTCPAY) BTCPAY)
/home/admin/config.scripts/bonus.btcpayserver.sh menu /home/admin/config.scripts/bonus.btcpayserver.sh menu