Skip to content

Commit

Permalink
Merge branch 'master' into feat/wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Feb 19, 2024
2 parents 7075f47 + f1c9f1c commit 60af099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsHelper/spicetifyWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ Spicetify.ContextMenuV2 = (() => {
})();

Spicetify.Menu = (() => {
const shouldAdd = (_, trigger, target) => trigger === "click" && target.closest(".main-topBar-container");
const shouldAdd = (_, trigger, target) => trigger === "click" && target.getAttribute("data-testid")?.endsWith("user-widget-link");

class Item extends Spicetify.ContextMenuV2.Item {
constructor(children, isEnabled, onClick, leadingIcon) {
Expand Down

0 comments on commit 60af099

Please sign in to comment.