Update docs/api/notification.md

Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
Shelley Vohr
2026-02-25 15:59:24 +01:00
committed by GitHub
parent 2e81b564f2
commit 0e824e14b9

View File

@@ -112,7 +112,7 @@ app.whenReady().then(() => {
Returns:
* `details` Event\<\>
* `reason` _Windows_ string (optional) - The reason the notification was closed. This can be one of 'userCanceled', 'applicationHidden', or 'timedOut'.
* `reason` _Windows_ string (optional) - The reason the notification was closed. This can be 'userCanceled', 'applicationHidden', or 'timedOut'.
Emitted when the notification is closed by manual intervention from the user.