You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,7 @@ toasted.notify(
286
286
287
287
<br />
288
288
289
-
There is a default timeout set of `10` to ensure that the application closes properly. To remove the timeout and have a notification instantly close _(does not support actions)_, set `timeout: false`. If you are using an `action:`; it is recommended to set timeout to a high value to ensure the user has time to respond to the notification.
289
+
Default timeout is `10` to ensure that the application closes properly. To remove the timeout and have notifications instantly close _(does not support actions)_, set `timeout: false`. If you are using an `action:` declaration; it is recommended to set the timeout to a high value to ensure the user has time to respond to the notification.
290
290
291
291
> [!NOTE]
292
292
> **Exception**: If `reply: true` is defined, set timeout to a high value, or to nothing at all.
@@ -376,7 +376,7 @@ If you do not see notifications from Toasted-Notifier, click windows **Start** a
376
376
377
377
Locate `NtfyToast`, or your `customPath` / `appID` program in the list.
378
378
379
-
<sup>`Note`: <ahref="https://github.com/Aetherinox/ntfy-toast">NtfyToast</a> is the library used in Toasted-Notifier for Windows notifications</sup>
379
+
<sup>`Note`: <ahref="https://github.com/Aetherinox/ntfy-toast">NtfyToast</a> is the library used by Toasted-Notifier for Windows notifications</sup>
380
380
381
381
<divalign="center">
382
382
@@ -709,7 +709,6 @@ For instructions on accomplishing this, read the section [appID support](#appid-
709
709
### Can't use Windows Toast notifications in WSL2
710
710
Ntfy makes use of a 3rd party package for Windows notifications to work. You must change the permissions on the Ntfy vendor .exe in order for it to work properly.
0 commit comments