mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-10 14:30:03 +00:00
settings layout fixes
This commit is contained in:
parent
8432e3ef66
commit
4b30dfef58
@ -242,9 +242,7 @@ h3.mb-3 Appearance
|
|||||||
|
|
||||||
h3.mt-3.mb-3 Shell
|
h3.mt-3.mb-3 Shell
|
||||||
|
|
||||||
.row
|
.d-flex
|
||||||
.col-md-6
|
|
||||||
.d-flex
|
|
||||||
.form-group.mr-3
|
.form-group.mr-3
|
||||||
label Shell
|
label Shell
|
||||||
select.form-control(
|
select.form-control(
|
||||||
@ -256,7 +254,7 @@ h3.mt-3.mb-3 Shell
|
|||||||
[ngValue]='shell.id'
|
[ngValue]='shell.id'
|
||||||
) {{shell.name}}
|
) {{shell.name}}
|
||||||
|
|
||||||
.form-group(*ngIf='persistenceProviders.length > 0')
|
.form-group.mr-3(*ngIf='persistenceProviders.length > 0')
|
||||||
label Session persistence
|
label Session persistence
|
||||||
select.form-control(
|
select.form-control(
|
||||||
[(ngModel)]='config.store.terminal.persistence',
|
[(ngModel)]='config.store.terminal.persistence',
|
||||||
@ -268,15 +266,6 @@ h3.mt-3.mb-3 Shell
|
|||||||
[ngValue]='provider.id'
|
[ngValue]='provider.id'
|
||||||
) {{provider.displayName}}
|
) {{provider.displayName}}
|
||||||
|
|
||||||
.form-group(*ngIf='config.store.terminal.shell == "custom"')
|
|
||||||
label Custom shell
|
|
||||||
input.form-control(
|
|
||||||
type='text',
|
|
||||||
[(ngModel)]='config.store.terminal.customShell',
|
|
||||||
(ngModelChange)='config.save()',
|
|
||||||
)
|
|
||||||
|
|
||||||
.col-md-6
|
|
||||||
.form-group
|
.form-group
|
||||||
label Working directory
|
label Working directory
|
||||||
input.form-control(
|
input.form-control(
|
||||||
@ -286,6 +275,13 @@ h3.mt-3.mb-3 Shell
|
|||||||
(ngModelChange)='config.save()',
|
(ngModelChange)='config.save()',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
.form-group(*ngIf='config.store.terminal.shell == "custom"')
|
||||||
|
label Custom shell
|
||||||
|
input.form-control(
|
||||||
|
type='text',
|
||||||
|
[(ngModel)]='config.store.terminal.customShell',
|
||||||
|
(ngModelChange)='config.save()',
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
h3.mt-3.mb-3 Behaviour
|
h3.mt-3.mb-3 Behaviour
|
||||||
@ -321,7 +317,7 @@ h3.mt-3.mb-3 Behaviour
|
|||||||
| Audible
|
| Audible
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
label Right click behaviour
|
label Right click
|
||||||
br
|
br
|
||||||
.btn-group(
|
.btn-group(
|
||||||
[(ngModel)]='config.store.terminal.rightClick',
|
[(ngModel)]='config.store.terminal.rightClick',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user