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:
parent
57c88f1f8e
commit
b4af3e847b
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ const settings = definePluginSettings({
|
||||||
value: NameFormat.AlbumName
|
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
|
value: NameFormat.ClientName
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue