From a56dfe269c47a8df820235b03ddbbfe22b122e81 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Mon, 17 Apr 2023 01:37:55 +0200 Subject: Improve unintuitive plugin descriptions --- src/plugins/spotifyControls/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/spotifyControls') 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: { -- cgit