refactor: replace Loader with LazyLoader for all popup menus
This commit is contained in:
parent
c5067c4e7f
commit
1dea93e1bd
5 changed files with 11 additions and 11 deletions
|
|
@ -105,10 +105,10 @@ RowLayout {
|
|||
}
|
||||
|
||||
// Per-icon context menu window, created on demand
|
||||
Loader {
|
||||
LazyLoader {
|
||||
id: menuLoader
|
||||
active: false
|
||||
sourceComponent: M.TrayMenu {
|
||||
M.TrayMenu {
|
||||
accentColor: root.parent?.accentColor ?? M.Theme.base05
|
||||
handle: iconItem.modelData.menu
|
||||
screen: root.bar.screen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue