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:
@@ -269,6 +269,20 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
LazyLoader {
|
||||
id: layoutPopoutLoader
|
||||
|
||||
active: false
|
||||
|
||||
DWLLayoutPopout {
|
||||
id: layoutPopout
|
||||
|
||||
Component.onCompleted: {
|
||||
PopoutService.layoutPopout = layoutPopout
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
LazyLoader {
|
||||
id: vpnPopoutLoader
|
||||
|
||||
|
||||
Reference in New Issue
Block a user