From c2cc4c977fc619591bcb2f97ba3f5f366c153fcb Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 15 Aug 2020 19:21:12 +0200 Subject: [PATCH] Update shellSettingsTab.component.pug --- .../src/components/shellSettingsTab.component.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminus-terminal/src/components/shellSettingsTab.component.pug b/terminus-terminal/src/components/shellSettingsTab.component.pug index 342c167e..2c3f629a 100644 --- a/terminus-terminal/src/components/shellSettingsTab.component.pug +++ b/terminus-terminal/src/components/shellSettingsTab.component.pug @@ -28,8 +28,8 @@ h3.mb-3 Shell .alert.alert-info.d-flex.align-items-center(*ngIf='config.store.terminal.useConPTY && isConPTYAvailable && !isConPTYStable') .mr-auto Windows 10 build 18309 or above is recommended for ConPTY -.alert.alert-info.d-flex.align-items-center(*ngIf='config.store.terminal.profile.startsWith("WSL") && (config.store.terminal.frontend != "hterm" || !config.store.terminal.useConPTY)') - .mr-auto WSL terminal only supports TrueColor with ConPTY and the hterm frontend +.alert.alert-info.d-flex.align-items-center(*ngIf='config.store.terminal.profile.startsWith("WSL") && (!config.store.terminal.useConPTY)') + .mr-auto WSL terminal only supports TrueColor with ConPTY .form-line(*ngIf='config.store.terminal.profile == "custom-shell"') .header