mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Revert "Open query tool and debugger windows in new tabs by default."
This reverts commit 1a6fe946ce.
This is going to break the regression tests, so reverting it for now.
This commit is contained in:
@@ -116,7 +116,7 @@ class SqlEditorModule(PgAdminModule):
|
||||
|
||||
self.open_in_new_tab = self.preference.register(
|
||||
'display', 'new_browser_tab',
|
||||
gettext("Open in new browser tab"), 'boolean', True,
|
||||
gettext("Open in new browser tab"), 'boolean', False,
|
||||
category_label=gettext('Display'),
|
||||
help_str=gettext('If set to True, the Query Tool '
|
||||
'will be opened in a new browser tab.')
|
||||
|
||||
Reference in New Issue
Block a user