open new tabs from cli (fixes #67)

This commit is contained in:
Eugene Pankov
2017-07-05 16:22:44 +02:00
parent 709ffadc7c
commit fc060acd88
4 changed files with 23 additions and 12 deletions

View File

@@ -93,7 +93,7 @@ export class AppRootComponent {
this.docking.dock()
})
this.hostApp.secondInstance.subscribe(() => {
this.hostApp.secondInstance$.subscribe(() => {
this.onGlobalHotkey()
})
this.hotkeys.globalHotkey.subscribe(() => {