mimbrero / whatsapp-desktop-linux

Unofficial WhatsApp Linux client built with Electron.
https://flathub.org/apps/details/io.github.mimbrero.WhatsAppDesktop
MIT License
78 stars 20 forks source link

Fixed tray manager never showing "Minimize to tray" #28

Closed RoinujNosde closed 1 year ago

RoinujNosde commented 2 years ago

After clicking on the tray menu, the window would lose focus so window.isFocused always returned false

Also show() already focus the window, so calling focus() is unnecessary

RoinujNosde commented 2 years ago

@mimbrero hi, could you review this PR?