patch: update ordering/case of activityname options, update README
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user