mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
fixed toolbar state loading
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user