From d96cb1047642dbb1fe28776469b7a550801b2c4a Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Tue, 2 Dec 2025 18:14:55 +0100 Subject: [PATCH] behaviour settings changed --- .../web/src/settings/BehaviourSettings.svelte | 62 ++++++++++--------- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/packages/web/src/settings/BehaviourSettings.svelte b/packages/web/src/settings/BehaviourSettings.svelte index edab0fa1e..2799fbe45 100644 --- a/packages/web/src/settings/BehaviourSettings.svelte +++ b/packages/web/src/settings/BehaviourSettings.svelte @@ -1,59 +1,61 @@
- +
{_t('settings.behaviour', { defaultMessage: 'Behaviour' })}
+
{_t('settings.tabPreviewMode', { defaultMessage: 'Tab Preview Mode' })}
+
- - {_t('settings.behaviour.singleClickPreview', { + + {_t('settings.behaviour.singleClickPreview', { defaultMessage: - 'When you single-click or select a file in the "Tables, Views, Functions" view, it is shown in a preview mode and reuses an existing tab (preview tab). This is useful if you are quickly browsing tables and don\'t want every visited table to have its own tab. When you start editing the table or use double-click to open the table from the "Tables" view, a new tab is dedicated to that table.', - })} + 'When you single-click or select a file in the "Tables, Views, Functions" view, it is shown in a preview mode and reuses an existing tab (preview tab). This is useful if you are quickly browsing tables and don\'t want every visited table to have its own tab. When you start editing the table or use double-click to open the table from the "Tables" view, a new tab is dedicated to that table.', + })}
{_t('settings.confirmations', { defaultMessage: 'Confirmations' })}
-
+
\ No newline at end of file +