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

@@ -19,6 +19,7 @@ export class TerminalConfigProvider extends ConfigProvider {
cursor: 'block',
cursorBlink: true,
hideTabIndex: false,
showTabProfileIcon: false,
hideCloseButton: false,
rightClick: 'menu',
pasteOnMiddleClick: true,