add windows interactive notifications

This commit is contained in:
Araxeus
2021-04-08 16:54:46 +03:00
parent 61e7124516
commit e6efddc639
7 changed files with 186 additions and 22 deletions

View File

@ -44,7 +44,8 @@ const defaultConfig = {
notifications: {
enabled: false,
urgency: "normal",
unpauseNotification: false
unpauseNotification: false,
interactive: true
}
},
};