1
0
Fork 0

Bugfix: empty popup menus in the launcher

Propagate the display role to the overlay menu correctly.
This commit is contained in:
James Turner 2020-06-17 16:12:37 +01:00
parent 7948a135b6
commit 38cccc3f62

View file

@ -112,6 +112,7 @@ Item {
model: root.model
headerText: root.headerText
onSelect: root.select(index)
displayRole: root.displayRole
}
}