mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Partially fixed the issue with inserting characters at the end of the line by setting 'Underline query at cursor?' to false by default.
2) Update release note.
This commit is contained in:
@@ -143,7 +143,7 @@ def register_query_tool_preferences(self):
|
||||
self.underline_query_cursor = self.preference.register(
|
||||
'Options', 'underline_query_cursor',
|
||||
gettext("Underline query at cursor?"),
|
||||
'boolean', True,
|
||||
'boolean', False,
|
||||
category_label=PREF_LABEL_OPTIONS,
|
||||
help_str=gettext(
|
||||
'If set to True, query tool will parse and underline '
|
||||
|
||||
Reference in New Issue
Block a user