mirror of
https://github.com/Motschen/Retroblur.git
synced 2025-12-16 13:05:08 +01:00
Fix right-click issue
Thanks to ririxi on Discord!
This commit is contained in:
2
theme.js
2
theme.js
@@ -194,7 +194,7 @@
|
|||||||
YouTubeSVG
|
YouTubeSVG
|
||||||
).register()
|
).register()
|
||||||
|
|
||||||
let trackContextMenu = new Spicetify.ContextMenu.Item("Edit Wallpaper", () => {}, true, YouTubeSVG)
|
let trackContextMenu = new Spicetify.ContextMenu.Item("Edit Wallpaper", () => {}, () => true, YouTubeSVG)
|
||||||
trackContextMenu.register()
|
trackContextMenu.register()
|
||||||
|
|
||||||
// startup parse
|
// startup parse
|
||||||
|
|||||||
Reference in New Issue
Block a user