diff options
author | Vendicated <vendicated@riseup.net> | 2023-04-17 01:37:55 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-04-17 01:37:55 +0200 |
commit | a56dfe269c47a8df820235b03ddbbfe22b122e81 (patch) | |
tree | 191c5ee24e866b9ef9ba38f5ae4a3bd834cd8cde /src/plugins/spotifyControls/index.tsx | |
parent | 7d55a81bac69552f0a227395653c429a9f351fbb (diff) | |
download | Vencord-a56dfe269c47a8df820235b03ddbbfe22b122e81.tar.gz Vencord-a56dfe269c47a8df820235b03ddbbfe22b122e81.tar.bz2 Vencord-a56dfe269c47a8df820235b03ddbbfe22b122e81.zip |
Improve unintuitive plugin descriptions
Diffstat (limited to 'src/plugins/spotifyControls/index.tsx')
-rw-r--r-- | src/plugins/spotifyControls/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/spotifyControls/index.tsx b/src/plugins/spotifyControls/index.tsx index f321516..280efce 100644 --- a/src/plugins/spotifyControls/index.tsx +++ b/src/plugins/spotifyControls/index.tsx @@ -30,7 +30,7 @@ function toggleHoverControls(value: boolean) { export default definePlugin({ name: "SpotifyControls", - description: "Spotify Controls", + description: "Adds a Spotify player above the account panel", authors: [Devs.Ven, Devs.afn, Devs.KraXen72], options: { hoverControls: { |