xavierfoucrier / inbox-notifier

Gmail notifications instantly in the Windows taskbar
https://inbox-notifier.xavierfoucrier.dev
MIT License
68 stars 5 forks source link

Prevent audio notifications when the user session is locked #191

Closed xavierfoucrier closed 4 years ago

xavierfoucrier commented 4 years ago

In order to improve privacy, the inbox synchronization need to be paused when the user session is locked. This will prevent the application from creating notifications that can be heard if there is an active audio source and active audio notifications.

This can be safely disable as an automatic synchronization is already in place when the user unlock the session, see https://github.com/xavierfoucrier/inbox-notifier/issues/91