mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Add key to genWindow context menu nodes
This commit is contained in:
parent
5e99ee46fa
commit
db956cce6b
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ const MainContextMenu = props => (
|
|||
/>
|
||||
{Object.keys(props.genWindows).map(i => (
|
||||
<Node
|
||||
key={i}
|
||||
label={props.genWindows[i].title}
|
||||
checked={props.genWindows[i].open}
|
||||
onClick={() => props.toggleGenWindow(i)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue