optional profile icon added to tabHeader

This commit is contained in:
Martin Grulich
2022-02-15 13:42:20 +01:00
parent 0180fb0134
commit 0eb1e8117c
9 changed files with 39 additions and 1 deletions

View File

@@ -286,6 +286,15 @@ h3.mt-4(translate) Tabs
(ngModelChange)='config.save();',
)
.form-line
.header
.title(translate) Show profile icon on tab
toggle(
[(ngModel)]='config.store.terminal.showTabProfileIcon',
(ngModelChange)='config.save();',
)
.form-line
.header
.title(translate) Hide tab close button