Browse Source

change ui

dev
rootzoll 6 years ago
parent
commit
4d3d30cc24
  1. 4
      home.admin/00settingsMenuServices.sh

4
home.admin/00settingsMenuServices.sh

@ -34,7 +34,7 @@ fi
# show select dialog # show select dialog
echo "run dialog ..." echo "run dialog ..."
CHOICES=$(dialog --title ' Additional Services ' --checklist ' spacebar => activate/de-activate :' 15 45 7 \ CHOICES=$(dialog --title ' Additional Services ' --checklist ' use spacebar to activate/de-activate ' 15 45 7 \
1 'Channel Autopilot' ${autoPilot} \ 1 'Channel Autopilot' ${autoPilot} \
2 'Testnet' ${chainValue} \ 2 'Testnet' ${chainValue} \
3 ${dynDomainMenu} ${domainValue} \ 3 ${dynDomainMenu} ${domainValue} \
@ -205,7 +205,7 @@ else
fi fi
if [ ${anychange} -eq 0 ]; then if [ ${anychange} -eq 0 ]; then
dialog --pause "Use Spacebar to check/uncheck services." 8 58 5 dialog --pause "Hint: Use Spacebar to check/uncheck services." 8 58 5
exit 0 exit 0
fi fi

Loading…
Cancel
Save