applied new context menu to more items

This commit is contained in:
booploops 2022-01-13 03:56:41 -08:00
parent 5e19de0d83
commit c20d839a2e
3 changed files with 61 additions and 47 deletions

View file

@ -113,7 +113,7 @@
}]
}
}
CiderContextMenu.Create(event, menus[useMenu]);
app.showMenuPanel(menus[useMenu], event);
},
playQueueItem(index) {
app.mk.changeToMediaAtIndex(index)