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
|
|
@ -121,10 +121,10 @@ M.BarSection {
|
|||
}
|
||||
}
|
||||
|
||||
Loader {
|
||||
LazyLoader {
|
||||
id: menuLoader
|
||||
active: false
|
||||
sourceComponent: M.NetworkMenu {
|
||||
M.NetworkMenu {
|
||||
accentColor: root.accentColor
|
||||
screen: root.bar.screen
|
||||
anchorX: root.mapToGlobal(root.width / 2, 0).x - (QsWindow.window?.screen?.x ?? 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue