Skip to content
Discussion options

You must be logged in to vote

That's how hiding a window works in the OS, alternatives would:

  • minimize the window instead (keeps the indicator that the window is still open)
  • hide the window but pin your app icon to the taskbar, in which case clicking it, will launch a new instance of your app then you can use single-instance plugin to prevent the new instance from launching and just show the window again from the old instance.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by amrbashir
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants