Remove divider between play and add

This commit is contained in:
jeffvli
2021-10-02 17:35:29 -07:00
parent 8002f4da35
commit 13db48003d

View File

@@ -463,14 +463,13 @@ export const GlobalContextMenu = () => {
yPos={misc.contextMenu.yPos}
width={190}
numOfButtons={8}
numOfDividers={4}
numOfDividers={3}
>
<ContextMenuButton
text="Play"
onClick={handlePlay}
disabled={misc.contextMenu.disabledOptions.includes('play')}
/>
<ContextMenuDivider />
<ContextMenuButton
text="Add to queue"
onClick={handleAddToQueue}