In my application whenever user clicks on the close button I'm hiding the window by using win.hide() method.
But whenever user clicks on the taskbar icon then the hidden window is not getting show.
So I want to handle the event which will trigger while clicking on the taskbar icon. Here I found one event 'activate' but it is only for macOs. I want above mention feature in all the OS so how can I do that ?