SpotifyControls: Add right click menus to title/album/artists

This commit is contained in:
Vendicated 2023-03-30 01:29:34 +02:00
parent 420b068094
commit 12cbd73e7f
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
3 changed files with 46 additions and 2 deletions

View file

@ -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: [
{