Fix right-click issue

Thanks to ririxi on Discord!
This commit is contained in:
Martin Prokoph
2024-06-08 19:34:20 +02:00
committed by GitHub
parent b4598784bb
commit 685cf3aea4

View File

@@ -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("/");
})();
})();