fixed toolbar state loading

This commit is contained in:
Eugene Pankov
2021-07-09 09:10:10 +02:00
parent 3db98aa421
commit 26ff6f17e7
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ import { TelnetProfile, TelnetSession } from '../session'
animations: BaseTerminalTabComponent.animations,
})
export class TelnetTabComponent extends BaseTerminalTabComponent {
enableToolbar = true
Platform = Platform
profile?: TelnetProfile
session: TelnetSession|null = null
@@ -25,6 +24,7 @@ export class TelnetTabComponent extends BaseTerminalTabComponent {
injector: Injector,
) {
super(injector)
this.enableToolbar = true
}
ngOnInit (): void {