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