fixed #2558

上级 8905106b
...@@ -211,9 +211,7 @@ export class Window { ...@@ -211,9 +211,7 @@ 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 () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册