option to auto-start a terminal tab (fixes #107)

This commit is contained in:
Eugene Pankov
2017-10-07 17:47:04 +02:00
parent fb64ca08d3
commit 38cda117e2
5 changed files with 46 additions and 4 deletions

View File

@@ -150,6 +150,8 @@ export class AppRootComponent {
if (this.app.tabs.length === 0) {
this.app.openDefaultTab()
}
this.app.emitReady()
}
@HostListener('dragover')