1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 10:32:29 +03:00
This commit is contained in:
Eugene Pankov 2021-07-04 14:05:13 +02:00
parent e5cf72e79b
commit cbbd38ca83
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -64,6 +64,6 @@ export class TerminalService {
return this.app.openNewTab({
type: TerminalTabComponent,
inputs: { sessionOptions },
}) as TerminalTabComponent
})
}
}