From ec4f200435cd12b203b22a318187e9f2667f56a1 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 8 Jan 2022 17:05:41 +0100 Subject: [PATCH] fixed settings with linkifier disabled - fixes #5263, fixes #5276 --- tabby-terminal/src/components/terminalSettingsTab.component.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-terminal/src/components/terminalSettingsTab.component.pug b/tabby-terminal/src/components/terminalSettingsTab.component.pug index 63b826a7..118cb5ba 100644 --- a/tabby-terminal/src/components/terminalSettingsTab.component.pug +++ b/tabby-terminal/src/components/terminalSettingsTab.component.pug @@ -98,7 +98,7 @@ div.mt-4 (ngModelChange)='config.save()', ) - .form-line + .form-line(*ngIf='config.store.clickableLinks') .header .title(translate) Require a key to click links .description(translate) When enabled, links are only clickable while holding this key -- GitLab