1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00

change client name option label

This commit is contained in:
ConfiG 2024-09-27 23:35:54 +03:00
parent 57c88f1f8e
commit b4af3e847b
No known key found for this signature in database
GPG key ID: 44DA1983F524C11B

View file

@ -174,7 +174,7 @@ const settings = definePluginSettings({
value: NameFormat.AlbumName
},
{
label: "Use client name (either the streaming service or the music player, falls back to custom status text if song has no album)",
label: "Use streaming service or music player name (falls back to custom status text if no client info is available)",
value: NameFormat.ClientName
}
],