mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-09 12:28:30 +02:00
main menu item rtl
This commit is contained in:
parent
07b0e3e36f
commit
840014a1c7
@ -68,7 +68,7 @@ if [ "${rtlWebinterface}" == "on" ]; then
|
||||
fi
|
||||
|
||||
# Put Activated Apps on top
|
||||
if [ "${rtlWebinterface}" == "on" ]; then
|
||||
if [ "${rtlWebinterface}" == "on" ] || [ "${crtlWebinterface}" == "on" ]; then
|
||||
OPTIONS+=(RTL "RTL Web Node Manager")
|
||||
fi
|
||||
if [ "${BTCPayServer}" == "on" ]; then
|
||||
@ -237,7 +237,7 @@ case $CHOICE in
|
||||
/home/admin/config.scripts/blitz.touchscreen.sh calibrate
|
||||
;;
|
||||
RTL)
|
||||
/home/admin/config.scripts/bonus.rtl.sh menu
|
||||
/home/admin/config.scripts/bonus.rtl.sh menu ${lightning}
|
||||
;;
|
||||
BTCPAY)
|
||||
/home/admin/config.scripts/bonus.btcpayserver.sh menu
|
||||
|
Loading…
x
Reference in New Issue
Block a user