clarify button purpose

This commit is contained in:
Araxeus
2021-04-09 03:26:46 +03:00
parent 9c0a633677
commit 18f041f1c6
2 changed files with 5 additions and 9 deletions

View File

@ -19,7 +19,7 @@ module.exports = (win, options) => [
},
...(is.windows() ?
[{
label: "Interactive",
label: "Interactive Notifications",
type: "checkbox",
checked: options.interactive,
click: (item) => setInteractive(options, item.checked)