mirror of
https://github.com/Motschen/Retroblur.git
synced 2025-12-15 12:35:09 +01:00
Fix right-click issue
Thanks to ririxi on Discord!
This commit is contained in:
4
theme.js
4
theme.js
@@ -194,9 +194,9 @@
|
|||||||
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
|
||||||
loopOptions("/");
|
loopOptions("/");
|
||||||
})();
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user