timche / gmail-desktop

:postbox: Nifty Gmail desktop app for macOS, Linux & Windows
MIT License
832 stars 91 forks source link

How can I go back from the print view? #170

Closed shamoons closed 4 years ago

shamoons commented 4 years ago

Steps to Reproduce:

  1. Open an email, and click print image

  2. As expected, a preview version of the email opens up: image

  3. But now, I can't get back to my email list. Even if I restart the application, it loads the preview of that specific email. I have to switch to debug mode and restart to clear it.

timche commented 4 years ago

Even if I restart the application, it loads the preview of that specific email.

That means you didn't restart the app correctly. On launch, it always loads https://mail.google.com: https://github.com/timche/gmail-desktop/blob/master/src/app.ts#L92

Nevertheless, the printing should open a new window and it's a bug.