mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 21:40:03 +00:00
fixed #2558
This commit is contained in:
parent
8905106b48
commit
dd3e7a0f89
@ -211,10 +211,8 @@ export class Window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleSecondInstance (argv: string[], cwd: string): void {
|
handleSecondInstance (argv: string[], cwd: string): void {
|
||||||
if (!this.configStore.appearance?.dock) {
|
|
||||||
this.send('host:second-instance', parseArgs(argv, cwd), cwd)
|
this.send('host:second-instance', parseArgs(argv, cwd), cwd)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
private setupWindowManagement () {
|
private setupWindowManagement () {
|
||||||
this.window.on('show', () => {
|
this.window.on('show', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user