patch: update ordering/case of activityname options, update README

This commit is contained in:
Daniel Stefani
2026-02-08 18:41:03 +01:00
parent 629ce68a8c
commit 2be99c413a
4 changed files with 24 additions and 13 deletions
+2 -2
View File
@@ -51,8 +51,8 @@
"type": "string",
"title": "Activity Name Display",
"description": "Choose what to display as the activity name in Discord Rich Presence",
"enum": ["default", "title", "artist", "album"],
"default": "default"
"enum": ["Default", "Track", "Album", "Artist"],
"default": "Default"
},
"uguuenabled": {
"type": "boolean",