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:
@@ -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 {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user