Add a setting to disable activate-on-release behaviour of toolbar dropdown buttons

This commit is contained in:
dP
2024-04-18 20:54:33 +07:00
parent c91f41f383
commit 33a245ff0e
6 changed files with 31 additions and 12 deletions

View File

@@ -289,3 +289,10 @@ def = false
str = CM_STR_CONFIG_SETTING_INVERT_FN_FOR_SIGNAL_DRAG
strhelp = CM_STR_CONFIG_SETTING_INVERT_FN_FOR_SIGNAL_DRAG_HELPTEXT
cat = SC_BASIC
[SDTC_BOOL]
var = gui.cm_toolbar_dropdown_close
def = true
str = CM_STR_CONFIG_SETTING_TOOLBAR_DROPDOWN_CLOSE
strhelp = CM_STR_CONFIG_SETTING_TOOLBAR_DROPDOWN_CLOSE_HELPTEXT
cat = SC_BASIC