mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-30 11:12:36 -04:00
Remove divider between play and add
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user