mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-05 16:11:49 +00:00
change the terminal.autoOpen default to true
This commit is contained in:
@@ -130,7 +130,7 @@ export class AutoOpenTabCLIHandler extends CLIHandler {
|
||||
}
|
||||
|
||||
async handle (event: CLIEvent): Promise<boolean> {
|
||||
if (!event.secondInstance && this.config.store.terminal.autoOpen) {
|
||||
if (!event.secondInstance && this.config.store.terminal.autoOpen && !this.config.store.enableWelcomeTab) {
|
||||
this.app.ready$.subscribe(() => {
|
||||
this.terminal.openTab()
|
||||
})
|
||||
|
@@ -4,7 +4,7 @@ import { ConfigProvider, Platform } from 'tabby-core'
|
||||
export class TerminalConfigProvider extends ConfigProvider {
|
||||
defaults = {
|
||||
terminal: {
|
||||
autoOpen: false,
|
||||
autoOpen: true,
|
||||
useConPTY: true,
|
||||
environment: {},
|
||||
setComSpec: false,
|
||||
|
Reference in New Issue
Block a user