1) Autocomplete on keypress should be set to False by default.

2) Update the documentation for the locked option in user management.
This commit is contained in:
Akshay Joshi
2022-08-17 14:38:37 +05:30
parent f771d3a4bb
commit da927f4897
2 changed files with 4 additions and 4 deletions

View File

@@ -679,7 +679,7 @@ def register_query_tool_preferences(self):
self.preference.register(
'auto_completion', 'autocomplete_on_key_press',
gettext("Autocomplete on key press"), 'boolean', True,
gettext("Autocomplete on key press"), 'boolean', False,
category_label=gettext('Auto completion'),
help_str=gettext('If set to True, autocomplete will be available on '
'key press along with CTRL/CMD + Space. If set to '