From 095196785a7ef2649014fa92fd1287d015ad886f Mon Sep 17 00:00:00 2001 From: Araxeus Date: Fri, 9 Apr 2021 02:32:14 +0300 Subject: [PATCH] add note to notifications.interactive --- config/defaults.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/defaults.js b/config/defaults.js index e90b36a5..f3cd7f04 100644 --- a/config/defaults.js +++ b/config/defaults.js @@ -45,7 +45,7 @@ const defaultConfig = { enabled: false, urgency: "normal", unpauseNotification: false, - interactive: true + interactive: true //has effect only on Windows 8+ } }, };