denysdovhan / inboxer

Unofficial, free and open-source Inbox by Gmail Desktop App
https://denysdovhan.com/inboxer
MIT License
666 stars 74 forks source link

force main window to display on notification click #80

Closed jmarino closed 6 years ago

jmarino commented 6 years ago

Currently, clicking a "New Email" notification propagates the click to the newly received message, which opens the message in the main window. However, the click does not force the Inboxer window to be displayed. If the window was minimized or hidden, the user may not notice the effects of the click until the next time the Inboxer window is shown. I personally find this quite confusing.

The changes in this PR force the window to be shown together with the click propagation. A click on the "new email" notification displays the Inboxer window and opens the message.

denysdovhan commented 6 years ago

Thanks!