mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
- Previously, we'd attempt to create a notification no matter what the user's configuration was. Microsoft advises against that, because it can create race conditions if notifications are disabled. - This fixes the issue. Closes https://github.com/atom/electron/issues/4681