Bugfix: empty popup menus in the launcher
Propagate the display role to the overlay menu correctly.
This commit is contained in:
parent
7948a135b6
commit
38cccc3f62
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ Item {
|
|||
model: root.model
|
||||
headerText: root.headerText
|
||||
onSelect: root.select(index)
|
||||
displayRole: root.displayRole
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue