<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]--> * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** 6.0.10 * **Operating System:** Windows 10 ### Expected Behavior After the notification show and hide (close) you should be able to find it inside the Action Center ### Actual Behavior Action Center is empty ### To Reproduce <!-- Your best chance of getting this bug looked at quickly is to provide an example. --> a simple ``` if (Notification.isSupported()) { const notification = new Notification({ title: 'The title', body: 'The body' }); notification.show(); } ``` <!-- For bugs that can be encapsulated in a small experiment, you can use Electron Fiddle (https://github.com/electron/fiddle) to publish your example to a GitHub Gist and link it your bug report. --> <!-- If Fiddle is insufficient to produce an example, please provide an example REPOSITORY that can be cloned and run. You can fork electron-quick-start (https://github.com/electron/electron-quick-start) and include a link to the branch with your changes. --> <!-- If you provide a URL, please list the commands required to clone/setup/run your repo e.g. ```sh $ git clone $YOUR_URL -b $BRANCH $ npm install $ npm start || electron . ``` --> ### Screenshots <!-- If applicable, add screenshots to help explain your problem. --> ### Additional Information <!-- Add any other context about the problem here. -->
Preflight Checklist
Issue Details
6.0.10
Windows 10
Expected Behavior
After the notification show and hide (close) you should be able to find it inside the Action Center
Actual Behavior
Action Center is empty
To Reproduce
a simple
Screenshots
Additional Information