Skip to content

Commit

Permalink
Fix right-click issue
Browse files Browse the repository at this point in the history
Thanks to ririxi on Discord!
  • Loading branch information
Motschen authored Jun 8, 2024
1 parent b459878 commit 685cf3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -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("/");
})();
})();

0 comments on commit 685cf3a

Please sign in to comment.