mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
@@ -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 '
|
||||
|
||||
Reference in New Issue
Block a user