We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a4e49 commit 1d73de0Copy full SHA for 1d73de0
lib/utils.js
@@ -351,6 +351,8 @@ function removeNewLines(str) {
351
unless the user physically dismisses them by using:
352
-persistent
353
354
+ @ref : https://learn.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/adaptive-interactive-toasts?tabs=xml
355
+
356
---- Options ----
357
[-t] <title string> | Displayed on the first line of the toast.
358
[-m] <message string> | Displayed on the remaining lines, wrapped.
package.json
@@ -72,6 +72,9 @@
72
"./test/_test-matchers.js"
73
]
74
},
75
+ "build": {
76
+ "appId": "com.ntfytoast.id"
77
+ },
78
"devDependencies": {
79
"@types/uuid": "^9.0.8",
80
"copyfiles": "^2.4.1",
0 commit comments