diff options
author | MatMoul <matmoul@gmail.com> | 2018-09-04 00:25:47 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2018-09-04 00:25:47 +0200 |
commit | 5042322ae209bddc2374b4504f86cfb178118eb7 (patch) | |
tree | e230c066be50629d24a406d410fcfa55e784f4b9 | |
parent | e9ef25986720be4355b887a91b18728e20147aa1 (diff) | |
download | hyperfi-5042322ae209bddc2374b4504f86cfb178118eb7.tar.lz hyperfi-5042322ae209bddc2374b4504f86cfb178118eb7.tar.xz hyperfi-5042322ae209bddc2374b4504f86cfb178118eb7.zip |
Set editors as optional
-rw-r--r-- | archfi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |