show default lightning in main menu backtitle

This commit is contained in:
rootzoll
2021-08-30 20:36:45 +02:00
parent 3738820f2c
commit 1d21ad981a

View File

@@ -61,7 +61,7 @@ fi
if [ ${#dynDomain} -gt 0 ]; then
plus="${plus} / ${dynDomain}"
fi
BACKTITLE="${localip} / ${hostname} / ${network} / ${chain}${plus}"
BACKTITLE="${localip} / ${hostname} / ${network} / ${lightning}${plus}"
if [ "${rtlWebinterface}" == "on" ]; then
TITLE="Webinterface: http://${localip}:3000"