ankurk91 / google-chat-electron

An unofficial desktop app for Google Chat :electron:
GNU General Public License v3.0
162 stars 49 forks source link

Open main window on chat #130

Closed alescdb closed 1 year ago

alescdb commented 1 year ago

Add an option (false by default) to open chat window when a message is received.

alescdb commented 1 year ago

It seems that "unreadCount" is not always called (at least for me on linux) when a new message is received.

image

It because is foreign language data-tooltip is not always "Chat", in my case it's "Discussions" (french)

ankurk91 commented 1 year ago

Did you test this feature in MacOS ? and in app states ?

alescdb commented 1 year ago

Did you test this feature in MacOS ? and in app states ?

Nope, only on linux, I do not have access to a MacOS system, but MacOS should be able to show the window, no ? If not, we can make a condition excluding mac.

ankurk91 commented 1 year ago

I want it to work well on all platforms

ankurk91 commented 1 year ago

You are doing too many things in a single PR