mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
Added Basic Menu info
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user