add notification on unpause option

This commit is contained in:
Araxeus
2021-04-01 17:44:40 +03:00
parent 2d534b0293
commit a3ec9b7b78
4 changed files with 29 additions and 6 deletions

View File

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