Fix space menu duplicate entries not getting removed
This commit is contained in:
parent
51900a04f7
commit
96a07cf7d9
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ Menu {
|
|||
onObjectAdded: (idx, o) => {
|
||||
spacesMenu.insertMenu(idx + (spacesMenu.position != -1 ? 6 : 0), o)
|
||||
}
|
||||
onObjectRemoved: (index, object) => tagsMenu.removeItem(object)
|
||||
onObjectRemoved: (index, object) => spacesMenu.removeMenu(object)
|
||||
|
||||
delegate: childMenu
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue