This commit is contained in:
Eugene Pankov 2020-12-06 15:39:49 +01:00
parent 8905106b48
commit dd3e7a0f89
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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 () {