mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Fix menu item for downloading playlist as HTML
This commit is contained in:
parent
073405be26
commit
c9fe24daec
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ const MiscOptionsContextMenu = () => {
|
|||
const downloadHtmlPlaylist = useActionCreator(Actions.downloadHtmlPlaylist);
|
||||
return (
|
||||
<ContextMenuTarget
|
||||
style={{ width: "100%", height: "100%" }}
|
||||
top
|
||||
renderMenu={() => (
|
||||
<Node onClick={downloadHtmlPlaylist} label="Generate HTML playlist" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue