Skip to content

Commit

Permalink
SpotifyControls: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Oct 25, 2023
1 parent 9b71c29 commit ca3e94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpack/common/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type * as t from "./types/menu";

export let Menu = {} as t.Menu;

waitFor("MenuItem", m => Menu = m);
waitFor(["MenuItem", "MenuSliderControl"], m => Menu = m);

export const ContextMenu: t.ContextMenuApi = mapMangledModuleLazy('type:"CONTEXT_MENU_OPEN"', {
open: filters.byCode("stopPropagation"),
Expand Down

0 comments on commit ca3e94b

Please sign in to comment.