Preflight Checklist
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
Preflight Checklist
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