1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

widgets: fix binding loop in button

This commit is contained in:
bbedward
2025-12-04 12:50:06 -05:00
parent 8161fd6acb
commit e7a6f5228d

View File

@@ -37,6 +37,6 @@ StyledRect {
onClicked: root.clicked()
onEntered: root.entered()
onExited: root.exited()
tooltipText: tooltipText
tooltipText: root.tooltipText
}
}