add title

This commit is contained in:
Tobias Powalowski 2023-07-17 14:33:19 +02:00
parent 6697602872
commit 98e704be14

View file

@ -197,7 +197,7 @@ _configure_system() {
_DEFAULT="" _DEFAULT=""
fi fi
#shellcheck disable=SC2086 #shellcheck disable=SC2086
_dialog --no-cancel ${_DEFAULT} --menu "System Configuration" 20 60 16 \ _dialog --title " System Configuration " --no-cancel ${_DEFAULT} --menu "" 19 60 13 \
"/etc/hostname" "System Hostname" \ "/etc/hostname" "System Hostname" \
"/etc/vconsole.conf" "Virtual Console" \ "/etc/vconsole.conf" "Virtual Console" \
"/etc/locale.conf" "Locale Setting" \ "/etc/locale.conf" "Locale Setting" \