1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 14:02:53 -05:00

DankDash: Replace CentCom center with a new widget

This commit is contained in:
bbedward
2025-09-09 20:00:31 -04:00
parent 1c7d8a55f3
commit a67a6c7c1c
26 changed files with 3361 additions and 1818 deletions

View File

@@ -13,7 +13,7 @@ import qs.Modals.Settings
import qs.Modals.Spotlight
import qs.Modules
import qs.Modules.AppDrawer
import qs.Modules.CentcomCenter
import qs.Modules.DankDash
import qs.Modules.ControlCenter
import qs.Modules.Dock
import qs.Modules.Lock
@@ -64,13 +64,19 @@ ShellRoot {
}
Loader {
id: centcomPopoutLoader
id: dankDashPopoutLoader
active: false
asynchronous: true
sourceComponent: Component {
CentcomPopout {
id: centcomPopout
DankDashPopout {
id: dankDashPopout
// Ensure it starts invisible
Component.onCompleted: {
calendarVisible = false
}
}
}
}