mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
updated cwd settings UI
This commit is contained in:
parent
1e697a952a
commit
b1752bd0b4
1 changed files with 6 additions and 7 deletions
|
@ -57,15 +57,14 @@ h3.mb-3 Shell
|
||||||
|
|
||||||
.form-line
|
.form-line
|
||||||
.header
|
.header
|
||||||
.title Always Use Working Directory
|
.title Directory for new tabs
|
||||||
.description
|
|
||||||
div By default, new terminals will open where the previous terminal was working.
|
|
||||||
div Enabling this option will always launch new terminals in the working directory specified above.
|
|
||||||
|
|
||||||
toggle(
|
select.form-control(
|
||||||
[(ngModel)]='config.store.terminal.alwaysUseWorkingDirectory',
|
[(ngModel)]='config.store.terminal.alwaysUseWorkingDirectory',
|
||||||
(ngModelChange)='config.save()'
|
(ngModelChange)='config.save()',
|
||||||
)
|
)
|
||||||
|
option([ngValue]='false') Same as active tab's directory
|
||||||
|
option([ngValue]='true') The working directory from above
|
||||||
|
|
||||||
.form-line.align-items-start
|
.form-line.align-items-start
|
||||||
.header
|
.header
|
||||||
|
@ -97,7 +96,7 @@ h3.mt-3 Saved Profiles
|
||||||
button.btn.btn-outline-danger.ml-1((click)='$event.stopPropagation(); deleteProfile(profile)')
|
button.btn.btn-outline-danger.ml-1((click)='$event.stopPropagation(); deleteProfile(profile)')
|
||||||
i.fas.fa-trash
|
i.fas.fa-trash
|
||||||
|
|
||||||
.mb-4(ngbDropdown, placement='top-left')
|
.pb-4(ngbDropdown, placement='top-left')
|
||||||
button.btn.btn-primary(ngbDropdownToggle)
|
button.btn.btn-primary(ngbDropdownToggle)
|
||||||
i.fas.fa-fw.fa-plus
|
i.fas.fa-fw.fa-plus
|
||||||
| New profile
|
| New profile
|
||||||
|
|
Loading…
Reference in a new issue