mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
Added Basic Menu info
This commit is contained in:
parent
c4e7f9e5d0
commit
71be71c721
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue