timche / gmail-desktop

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

fix #167 by creating tray items on woedows too #168

Closed cyfrost closed 4 years ago

cyfrost commented 4 years ago

Bug description:

On WIndows, and Linux, the Tray context menu displays a "Hide/Show" item, but due to a coding error (my bad ;-;), that item wasn't created on Windows and thus lead to a null reference error at runtime for Windows users. This PR fixes that by creating the said Tray item on both Windows and Linux and thus closes #167 .

timche commented 4 years ago

Thanks for getting on this so quickly guys!