1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 06:52:50 -05:00

Implement IdleMonitor to replace swayidle/hypridle functionality

This commit is contained in:
bbedward
2025-09-19 15:59:40 -04:00
parent e6265c2f71
commit 691b6da7a7
10 changed files with 584 additions and 2 deletions

View File

@@ -141,13 +141,26 @@ Item {
}
Loader {
id: aboutLoader
id: powerLoader
anchors.fill: parent
active: root.currentIndex === 9
visible: active
asynchronous: true
sourceComponent: PowerSettings {
}
}
Loader {
id: aboutLoader
anchors.fill: parent
active: root.currentIndex === 10
visible: active
asynchronous: true
sourceComponent: AboutTab {
}