aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/spotifyControls/index.tsx
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2023-03-30 01:29:34 +0200
committerVendicated <vendicated@riseup.net>2023-03-30 01:29:34 +0200
commit12cbd73e7f775179e42b500a2b3bdb0e7f32e3d1 (patch)
treeccbc125166bdc7ab578f4c3c79f88ced5dfe3141 /src/plugins/spotifyControls/index.tsx
parent420b06809432e90a82d2d957fd54e3698dcf9c20 (diff)
downloadVencord-12cbd73e7f775179e42b500a2b3bdb0e7f32e3d1.tar.gz
Vencord-12cbd73e7f775179e42b500a2b3bdb0e7f32e3d1.tar.bz2
Vencord-12cbd73e7f775179e42b500a2b3bdb0e7f32e3d1.zip
SpotifyControls: Add right click menus to title/album/artists
Diffstat (limited to 'src/plugins/spotifyControls/index.tsx')
-rw-r--r--src/plugins/spotifyControls/index.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/spotifyControls/index.tsx b/src/plugins/spotifyControls/index.tsx
index 5d82998..ce1bf67 100644
--- a/src/plugins/spotifyControls/index.tsx
+++ b/src/plugins/spotifyControls/index.tsx
@@ -47,6 +47,11 @@ export default definePlugin({
default: false,
onChange: v => toggleHoverControls(v)
},
+ useSpotifyUris: {
+ type: OptionType.BOOLEAN,
+ description: "Open Spotify URIs instead of Spotify URLs. Will only work if you have Spotify installed and might not work on all platforms",
+ default: false
+ }
},
patches: [
{