1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-25 19:17:39 +03:00

Remove RegexAlwaysEnabled from settings component

This commit is contained in:
matishadow 2020-10-22 19:48:28 +02:00
parent 8e4c36ec24
commit afd6ce4346

View File

@ -117,14 +117,6 @@ h3.mb-3 Terminal
(ngModelChange)='config.save()',
)
.form-line
.header
.title Regex in search always enabled
toggle(
[(ngModel)]='config.store.terminal.searchRegexAlwaysEnabled',
(ngModelChange)='config.save()',
)
.form-line
.header
.title Use Alt key as the Meta key