Skip to content

Commit b81d324

Browse files
committed
enhance: add sticky alias to windows toaster
1 parent f1cd3d6 commit b81d324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/utils.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,10 @@ module.exports.mapToWin8 = function (options) {
434434
delete options.sound;
435435
}
436436

437-
if (options.wait === true) {
437+
if (options.wait === true || options.sticky === true) {
438438
options.persistent = true;
439439
delete options.wait;
440+
delete options.sticky;
440441
}
441442

442443
/*

0 commit comments

Comments
 (0)