mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 02:35:41 +00:00
allow starting commands in new tabs via CLI (fixes #304)
This commit is contained in:
@@ -184,10 +184,6 @@ export class AppRootComponent {
|
||||
this.ready = true
|
||||
this.tabRecovery.saveTabs(this.app.tabs)
|
||||
|
||||
if (this.app.tabs.length === 0) {
|
||||
this.app.openDefaultTab()
|
||||
}
|
||||
|
||||
this.app.emitReady()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user