Set editors as optional

This commit is contained in:
MatMoul 2018-09-04 00:25:47 +02:00
parent e9ef259867
commit 5042322ae2

4
archfi
View file

@ -26,7 +26,7 @@ mainmenu(){
options=()
options+=("$txtlanguage" "Language")
options+=("$txtsetkeymap" "(loadkeys ...)")
options+=("$txteditor" "")
options+=("$txteditor" "($txtoptional)")
options+=("$txtdiskpartmenu" "")
options+=("$txtselectpartsmenu" "")
options+=("" "")
@ -42,7 +42,7 @@ mainmenu(){
;;
"$txtsetkeymap")
setkeymap
nextitem="$txteditor"
nextitem="$txtdiskpartmenu"
;;
"$txteditor")
chooseeditor