mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 05:54:57 +00:00
Added basic support for multiple windows in windows 10
This commit is contained in:
@@ -147,6 +147,8 @@ export class HostAppService {
|
||||
this.cliPaste.next(text)
|
||||
} else if (op === 'profile') {
|
||||
this.cliOpenProfile.next(argv.profileName)
|
||||
} else if (op === undefined) {
|
||||
this.newWindow();
|
||||
} else {
|
||||
this.secondInstance.next()
|
||||
}
|
||||
|
Reference in New Issue
Block a user