1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

dwl/mangowc: add layout switcher and viewer widget

This commit is contained in:
bbedward
2025-11-13 12:44:56 -05:00
parent cf75c1aad0
commit 5d2f5557e5
17 changed files with 1291 additions and 229 deletions

View File

@@ -269,6 +269,20 @@ Item {
}
}
LazyLoader {
id: layoutPopoutLoader
active: false
DWLLayoutPopout {
id: layoutPopout
Component.onCompleted: {
PopoutService.layoutPopout = layoutPopout
}
}
}
LazyLoader {
id: vpnPopoutLoader