Add configurable notification urgency

This commit is contained in:
SapuSeven
2021-03-28 23:23:45 +02:00
parent 64c2b32b24
commit 8dc18bbe5e
2 changed files with 11 additions and 6 deletions

View File

@ -39,6 +39,10 @@ const defaultConfig = {
activityTimoutEnabled: true, // if enabled, the discord rich presence gets cleared when music paused after the time specified below
activityTimoutTime: 10 * 60 * 1000 // 10 minutes
},
notifications: {
enabled: false,
urgency: "normal"
}
},
};