Hide scrolltext options, if scrolltext support is disabled

This commit is contained in:
alu 2010-04-18 02:56:03 +00:00
parent 102a17dbaf
commit 284fce9da8
1 changed files with 12 additions and 11 deletions

View File

@ -1,6 +1,7 @@
dep_bool_menu "Scrolltext Support" SCROLLTEXT_SUPPORT y
if [ "$SCROLLTEXT_SUPPORT" = "y" ]; then
choice 'Scrolltext Font' \
"Arial_8 font_arial8 \
Small_6 font_small6 \
@ -14,6 +15,6 @@ int "Default y speed" SCROLL_Y_SPEED 20
string "Default text" SCROLLTEXT_TEXT "</#www.das-labor.org"
fi
endmenu