mirror of
https://github.com/Eugeny/tabby.git
synced 2025-03-31 15:50:28 +08:00
tab padding fix
This commit is contained in:
parent
a159890cba
commit
4e13a601cc
@ -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…
x
Reference in New Issue
Block a user