Set editors as optional
This commit is contained in:
parent
e9ef259867
commit
5042322ae2
1 changed files with 2 additions and 2 deletions
4
archfi
4
archfi
|
@ -26,7 +26,7 @@ mainmenu(){
|
||||||
options=()
|
options=()
|
||||||
options+=("$txtlanguage" "Language")
|
options+=("$txtlanguage" "Language")
|
||||||
options+=("$txtsetkeymap" "(loadkeys ...)")
|
options+=("$txtsetkeymap" "(loadkeys ...)")
|
||||||
options+=("$txteditor" "")
|
options+=("$txteditor" "($txtoptional)")
|
||||||
options+=("$txtdiskpartmenu" "")
|
options+=("$txtdiskpartmenu" "")
|
||||||
options+=("$txtselectpartsmenu" "")
|
options+=("$txtselectpartsmenu" "")
|
||||||
options+=("" "")
|
options+=("" "")
|
||||||
|
@ -42,7 +42,7 @@ mainmenu(){
|
||||||
;;
|
;;
|
||||||
"$txtsetkeymap")
|
"$txtsetkeymap")
|
||||||
setkeymap
|
setkeymap
|
||||||
nextitem="$txteditor"
|
nextitem="$txtdiskpartmenu"
|
||||||
;;
|
;;
|
||||||
"$txteditor")
|
"$txteditor")
|
||||||
chooseeditor
|
chooseeditor
|
||||||
|
|
Loading…
Reference in a new issue