mirror of
https://github.com/Eugeny/tabby
synced 2024-12-14 07:12:50 +00:00
fixed #4537 - macos: focus app when showing a new window
This commit is contained in:
parent
00191763cf
commit
924fb90220
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ export class Window {
|
|||
}
|
||||
this.window.focus()
|
||||
this.window.moveTop()
|
||||
application.focus()
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue