From fe2cc8263e4a559e7e3d69ec3fad60e5b7e1ab32 Mon Sep 17 00:00:00 2001 From: Locutus73 Date: Wed, 29 May 2019 13:50:31 +0200 Subject: [PATCH] Version 1.1.4 - Usability improvements. The advanced editor starts with the Cancel button selected. --- ini_settings.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ini_settings.sh b/ini_settings.sh index 89a8d6c..b55dfc8 100644 --- a/ini_settings.sh +++ b/ini_settings.sh @@ -18,6 +18,7 @@ # You can download the latest version of this script from: # https://github.com/MiSTer-devel/Scripts_MiSTer +# Version 1.1.4 - 2019-05-29 - The advanced editor starts with the Cancel button selected. # Version 1.1.3 - 2019-05-29 - Improved textual descriptions of options. # Version 1.1.2 - 2019-05-29 - Added support for fb_terminal, vscale_border, bootscreen, mouse_throttle, key_menu_as_rgui, keyrah_mode, rbf_hide_datecode, bootcore and bootcore_timeout. # Version 1.1.1 - 2019-05-29 - Improved textual descriptions of options. @@ -518,7 +519,7 @@ function showMainMENU_EDITOR { EDITOR_TEMPFILE=/tmp/editor_tempfile$$ echo "${MISTER_INI}" > "${EDITOR_TEMPFILE}" setupDIALOGtempfile - eval ${DIALOG} --clear \ + eval ${DIALOG} --clear --defaultno \ --title \"MiSTer INI Settings\" \ --editbox "${EDITOR_TEMPFILE}" 0 0 \ 2> ${DIALOG_TEMPFILE}