mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
optional profile icon added to tabHeader
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user