mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 12:05:04 +02:00
Added Basic Menu info
This commit is contained in:
@@ -11,7 +11,14 @@ infoFile="/home/admin/raspiblitz.info"
|
|||||||
source ${infoFile}
|
source ${infoFile}
|
||||||
source ${configFile}
|
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=""
|
plus=""
|
||||||
if [ "${runBehindTor}" = "on" ]; then
|
if [ "${runBehindTor}" = "on" ]; then
|
||||||
plus=" / TOR"
|
plus=" / TOR"
|
||||||
|
@@ -120,8 +120,6 @@ fi
|
|||||||
|
|
||||||
## default menu settings
|
## default menu settings
|
||||||
# to fit the main menu without scrolling:
|
# to fit the main menu without scrolling:
|
||||||
# HEIGHT=23
|
|
||||||
# CHOICE_HEIGHT=20
|
|
||||||
HEIGHT=13
|
HEIGHT=13
|
||||||
WIDTH=64
|
WIDTH=64
|
||||||
CHOICE_HEIGHT=6
|
CHOICE_HEIGHT=6
|
||||||
|
Reference in New Issue
Block a user