This commit is contained in:
Tobias Powalowski 2023-03-07 17:57:47 +01:00
parent fa6feabeac
commit 4f85a54d32

View file

@ -279,7 +279,7 @@ _mainmenu() {
fi fi
#shellcheck disable=SC2086 #shellcheck disable=SC2086
dialog ${_DEFAULT} --backtitle "${_TITLE}" \ dialog ${_DEFAULT} --backtitle "${_TITLE}" \
--menu "MAIN MENU: Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 17 58 14 \ --menu "MAIN MENU:\nUse the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 19 58 16 \
"0" "Set Console Font And Keymap" \ "0" "Set Console Font And Keymap" \
"1" "Set up Network" \ "1" "Set up Network" \
"2" "Select Source" \ "2" "Select Source" \