mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-08 02:11:55 +00:00
Added basic support for multiple windows in windows 10
This commit is contained in:
@@ -147,6 +147,10 @@ export class Window {
|
||||
this.window.webContents.send(event, ...args)
|
||||
}
|
||||
|
||||
isDestroyed() {
|
||||
return !this.window || this.window.isDestroyed();
|
||||
}
|
||||
|
||||
private setupWindowManagement () {
|
||||
this.window.on('show', () => {
|
||||
this.visible.next(true)
|
||||
|
Reference in New Issue
Block a user