1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-04 12:38:31 -04:00

settings: make display config identify only show when interacting

This commit is contained in:
bbedward
2026-07-04 10:30:24 -04:00
parent 0509694d78
commit 19b44b1782
8 changed files with 390 additions and 210 deletions
@@ -535,6 +535,7 @@ Item {
}
MonitorCanvas {
id: monitorCanvas
width: parent.width
}
@@ -642,7 +643,7 @@ Item {
}
Loader {
active: root.visible && root.identifyConfigured
active: root.visible && root.identifyConfigured && monitorCanvas.identifyActive
sourceComponent: MonitorIdentifyOverlay {}
}
}