shift position in main menu

This commit is contained in:
rootzoll 2020-01-26 17:23:22 +01:00
parent 5a099e87fa
commit d747f6ec21

View File

@ -54,10 +54,6 @@ if [ "${runBehindTor}" == "on" ]; then
OPTIONS+=(TOR "Tor Service options")
fi
if [ "${touchscreen}" == "1" ]; then
OPTIONS+=(SCREEN "Touchscreen Calibration")
fi
# dont offer lnbalance/lnchannels on testnet
if [ "${chain}" = "main" ]; then
OPTIONS+=(lnbalance "Detailed Wallet Balances" \
@ -70,6 +66,10 @@ if [ ${#openChannels} -gt 0 ] && [ ${openChannels} -gt 0 ]; then
OPTIONS+=(CLOSEALL "Close all open Channels")
fi
if [ "${touchscreen}" == "1" ]; then
OPTIONS+=(SCREEN "Touchscreen Calibration")
fi
# final Options
OPTIONS+=(REPAIR "Repair Options")
OPTIONS+=(UPDATE "Check/Prepare RaspiBlitz Update")