mirror of
https://github.com/Motschen/Retroblur.git
synced 2025-12-13 03:25: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
|
||||
).register()
|
||||
|
||||
let trackContextMenu = new Spicetify.ContextMenu.Item("Edit Wallpaper", () => {}, true, YouTubeSVG)
|
||||
let trackContextMenu = new Spicetify.ContextMenu.Item("Edit Wallpaper", () => {}, () => true, YouTubeSVG)
|
||||
trackContextMenu.register()
|
||||
|
||||
// startup parse
|
||||
loopOptions("/");
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user