mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
show default lightning in main menu backtitle
This commit is contained in:
@@ -61,7 +61,7 @@ fi
|
|||||||
if [ ${#dynDomain} -gt 0 ]; then
|
if [ ${#dynDomain} -gt 0 ]; then
|
||||||
plus="${plus} / ${dynDomain}"
|
plus="${plus} / ${dynDomain}"
|
||||||
fi
|
fi
|
||||||
BACKTITLE="${localip} / ${hostname} / ${network} / ${chain}${plus}"
|
BACKTITLE="${localip} / ${hostname} / ${network} / ${lightning}${plus}"
|
||||||
|
|
||||||
if [ "${rtlWebinterface}" == "on" ]; then
|
if [ "${rtlWebinterface}" == "on" ]; then
|
||||||
TITLE="Webinterface: http://${localip}:3000"
|
TITLE="Webinterface: http://${localip}:3000"
|
||||||
|
Reference in New Issue
Block a user