mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
tab padding fix
This commit is contained in:
parent
a159890cba
commit
4e13a601cc
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
|
|||
|
||||
this.contextMenuProviders.sort((a, b) => a.weight - b.weight)
|
||||
|
||||
this.pinToolbar = (window.localStorage.pinTerminalToolbar ?? 'true') === 'true'
|
||||
this.pinToolbar = this.enableToolbar && (window.localStorage.pinTerminalToolbar ?? 'true') === 'true'
|
||||
}
|
||||
|
||||
/** @hidden */
|
||||
|
|
Loading…
Reference in a new issue