Merge pull request #216 from Araxeus/fix-duplicate-notification

[Notification Plugin] Fix duplicate notification
This commit is contained in:
th-ch
2021-04-02 23:10:19 +02:00
committed by GitHub
4 changed files with 30 additions and 5 deletions

View File

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