mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-07 09:51:54 +00:00
fixed toolbar state loading
This commit is contained in:
@@ -17,7 +17,6 @@ import { SSHPortForwardingModalComponent } from './sshPortForwardingModal.compon
|
||||
animations: BaseTerminalTabComponent.animations,
|
||||
})
|
||||
export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
enableToolbar = true
|
||||
Platform = Platform
|
||||
profile?: SSHProfile
|
||||
session: SSHSession|null = null
|
||||
@@ -33,6 +32,7 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
private ngbModal: NgbModal,
|
||||
) {
|
||||
super(injector)
|
||||
this.enableToolbar = true
|
||||
}
|
||||
|
||||
ngOnInit (): void {
|
||||
|
Reference in New Issue
Block a user