/
githubmirror
/
tabby
Обзор
Документация
Войти
/
githubmirror
/
tabby
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tabby-local/src/components/shellSettingsTab.component.pug
17 строк
724 B
Eugene
bootstrap 5 WIP (#7891)
26 фев 2023, 22:42
Не верифицирован
26 фев 2023, 22:42
1e5cfd1
Код
Авторство
О чём код?
h3.mb-3(translate) Shell .form-line(*ngIf='isConPTYAvailable') .header .title(translate) Use ConPTY .description(translate) Enables the experimental Windows ConPTY API toggle( [(ngModel)]='config.store.terminal.useConPTY', (ngModelChange)='config.save()' ) .alert.alert-info.d-flex.align-items-center(*ngIf='config.store.terminal.useConPTY && isConPTYAvailable && !isConPTYStable') .me-auto(translate) 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.useConPTY)') .me-auto(translate) WSL terminal only supports TrueColor with ConPTY