focus query editor

This commit is contained in:
SPRINX0\prochazka
2025-01-07 09:32:01 +01:00
parent d9ca29b602
commit 8d2c2cd62d
8 changed files with 11 additions and 2 deletions

View File

@@ -421,6 +421,7 @@
title: 'Query #',
icon: 'img query-design',
tabComponent: 'QueryDesignTab',
focused: true,
props: {
conid: data.conid,
database: data.database,
@@ -666,6 +667,7 @@
{
// title: getObjectTitle(connection, schemaName, pureName),
title: tabComponent ? getObjectTitle(connection, schemaName, pureName) : 'Query #',
focused: tabComponent == null,
tooltip,
icon:
icon ||