mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-27 23:10:04 +00:00
.
This commit is contained in:
parent
6c884e090c
commit
f68e06c9ed
@ -197,6 +197,7 @@
|
|||||||
[value]='"colorScheme"'
|
[value]='"colorScheme"'
|
||||||
)
|
)
|
||||||
| From colors
|
| From colors
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
label Cursor shape
|
label Cursor shape
|
||||||
br
|
br
|
||||||
@ -246,60 +247,59 @@
|
|||||||
(ngModelChange)='config.save()',
|
(ngModelChange)='config.save()',
|
||||||
)
|
)
|
||||||
|
|
||||||
.form-group
|
.d-flex
|
||||||
.d-flex
|
.form-group.mr-3
|
||||||
.mr-3
|
label Terminal bell
|
||||||
label Terminal bell
|
br
|
||||||
br
|
div(
|
||||||
div(
|
'[(ngModel)]'='config.store.terminal.bell',
|
||||||
'[(ngModel)]'='config.store.terminal.bell',
|
(ngModelChange)='config.save()',
|
||||||
(ngModelChange)='config.save()',
|
ngbRadioGroup
|
||||||
ngbRadioGroup
|
)
|
||||||
)
|
label.btn.btn-secondary(ngbButtonLabel)
|
||||||
label.btn.btn-secondary(ngbButtonLabel)
|
input(
|
||||||
input(
|
type='radio',
|
||||||
type='radio',
|
ngbButton,
|
||||||
ngbButton,
|
[value]='"off"'
|
||||||
[value]='"off"'
|
)
|
||||||
)
|
| Off
|
||||||
| Off
|
label.btn.btn-secondary(ngbButtonLabel)
|
||||||
label.btn.btn-secondary(ngbButtonLabel)
|
input(
|
||||||
input(
|
type='radio',
|
||||||
type='radio',
|
ngbButton,
|
||||||
ngbButton,
|
[value]='"visual"'
|
||||||
[value]='"visual"'
|
)
|
||||||
)
|
| Visual
|
||||||
| Visual
|
label.btn.btn-secondary(ngbButtonLabel)
|
||||||
label.btn.btn-secondary(ngbButtonLabel)
|
input(
|
||||||
input(
|
type='radio',
|
||||||
type='radio',
|
ngbButton,
|
||||||
ngbButton,
|
[value]='"audible"'
|
||||||
[value]='"audible"'
|
)
|
||||||
)
|
| Audible
|
||||||
| Audible
|
|
||||||
|
|
||||||
div
|
.form-group
|
||||||
label Blink cursor
|
label Blink cursor
|
||||||
br
|
br
|
||||||
div(
|
div(
|
||||||
'[(ngModel)]'='config.store.terminal.cursorBlink',
|
'[(ngModel)]'='config.store.terminal.cursorBlink',
|
||||||
(ngModelChange)='config.save()',
|
(ngModelChange)='config.save()',
|
||||||
ngbRadioGroup
|
ngbRadioGroup
|
||||||
)
|
)
|
||||||
label.btn.btn-secondary(ngbButtonLabel)
|
label.btn.btn-secondary(ngbButtonLabel)
|
||||||
input(
|
input(
|
||||||
type='radio',
|
type='radio',
|
||||||
ngbButton,
|
ngbButton,
|
||||||
[value]='false'
|
[value]='false'
|
||||||
)
|
)
|
||||||
| Off
|
| Off
|
||||||
label.btn.btn-secondary(ngbButtonLabel)
|
label.btn.btn-secondary(ngbButtonLabel)
|
||||||
input(
|
input(
|
||||||
type='radio',
|
type='radio',
|
||||||
ngbButton,
|
ngbButton,
|
||||||
[value]='true'
|
[value]='true'
|
||||||
)
|
)
|
||||||
| On
|
| On
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
label Session persistence
|
label Session persistence
|
||||||
|
Loading…
x
Reference in New Issue
Block a user