application icon indicating copy to clipboard operation
application copied to clipboard

No way to turn on/off notifications

Open kirked opened this issue 7 years ago • 2 comments

There's no way to update the notifications settings. In Chrome it's done by clicking the certificate in the URL bar, which shows permissions for the site, including "Notifications".


Protonmail Desktop 0.2.0 Electron 1.4.5 darwin x64 15.6.0

kirked avatar Feb 28 '17 22:02 kirked

As far as I understand there's no way to disable notifications in Electron. One way would be to add notifications as an option in Settings and when the user disables Notifications we just override the global window.Notifications instance. Not very beautiful but maybe okey since this app is a wrapper.

What do you say, @BeatPlus?

kontrollanten avatar Apr 26 '17 19:04 kontrollanten

There is a way to disable notifications, and we can implement that on the menu. I will include this in the next version

mtaberna avatar Apr 28 '17 12:04 mtaberna