mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-23 10:32:29 +03:00
fixed #4537 - macos: focus app when showing a new window
This commit is contained in:
parent
00191763cf
commit
924fb90220
@ -116,6 +116,7 @@ export class Window {
|
|||||||
}
|
}
|
||||||
this.window.focus()
|
this.window.focus()
|
||||||
this.window.moveTop()
|
this.window.moveTop()
|
||||||
|
application.focus()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user