How to put the window display in front?
I need to set the window display in front but don't focus on it
when I use win.MoveInDisplay or win.Move to move the window
Did you try the window.Focus() method?
I need to set skipTaskbar: true, so I cannot use window.Focus()。
win.Show can put the window display in front, but I donnot want the window to be focused.Like win.ShowInactive in electron
I have update the issue description. Thanks.
Seems like you need to use a specific Electron method that is not implemented yet in go-astilectron: showInactive.
I won't have time to work on this any time soon, but I'm welcoming PRs to add this.
Thanks for your comment. I will try this
Seems like you need to use a specific Electron method that is not implemented yet in
go-astilectron: showInactive.I won't have time to work on this any time soon, but I'm welcoming PRs to add this.
If the workload is not large,do it as soon as possible? My project really need it😂😂😂