mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 04:00:34 +02:00
main menu item rtl
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user