Set editors as optional
This commit is contained in:
parent
e9ef259867
commit
5042322ae2
4
archfi
4
archfi
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user