mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 22:44:55 +00:00
expose the drawBoldTextInBrightColors option - fixes #3149
This commit is contained in:
@@ -23,6 +23,14 @@ div
|
||||
(ngModelChange)='config.save()',
|
||||
)
|
||||
|
||||
.form-line
|
||||
.header
|
||||
.title(translate) Draw bold text in bright colors
|
||||
toggle(
|
||||
[(ngModel)]='config.store.terminal.drawBoldTextInBrightColors',
|
||||
(ngModelChange)='config.save()'
|
||||
)
|
||||
|
||||
div.mt-4
|
||||
h3(translate) Keyboard
|
||||
|
||||
|
Reference in New Issue
Block a user