1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-01 19:18:28 -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
+2
View File
@@ -13,6 +13,7 @@ StyledRect {
property int buttonSize: 32
property var tooltipText: null
property string tooltipSide: "bottom"
readonly property alias pressed: stateLayer.pressed
signal clicked
signal entered
@@ -31,6 +32,7 @@ StyledRect {
}
StateLayer {
id: stateLayer
disabled: !root.enabled
stateColor: Theme.primary
cornerRadius: root.radius