diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index 0f58265..dc34c90 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -11,7 +11,14 @@ infoFile="/home/admin/raspiblitz.info" source ${infoFile} source ${configFile} -# Backtitle Info +# BASIC MENU INFO +HEIGHT=13 +WIDTH=64 +CHOICE_HEIGHT=6 +BACKTITLE="RaspiBlitz" +TITLE="" +MENU="Choose one of the following options:" +OPTIONS=() plus="" if [ "${runBehindTor}" = "on" ]; then plus=" / TOR" diff --git a/home.admin/00raspiblitz.sh b/home.admin/00raspiblitz.sh index c26f520..8442104 100755 --- a/home.admin/00raspiblitz.sh +++ b/home.admin/00raspiblitz.sh @@ -120,8 +120,6 @@ fi ## default menu settings # to fit the main menu without scrolling: -# HEIGHT=23 -# CHOICE_HEIGHT=20 HEIGHT=13 WIDTH=64 CHOICE_HEIGHT=6