-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Open
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem Description
Provide an API that allows to show notification toasts natively by the OS with support for custom buttons.
Proposed Solution
Allow for buttons in the existing Electron notification toasts API.
Alternatives Considered
Web notifications support buttons, but require to install service workers for them to work. And even if you do that, they seem fundamentally not supported by Electron.
Additional Information
No response