fix configswitch not working when clicking the actual switch

This commit is contained in:
end-4
2025-06-19 23:29:25 +02:00
parent a940c1b4fe
commit 2db4b33fe2
@@ -23,6 +23,7 @@ RippleButton {
scale: 0.75
Layout.fillWidth: false
checked: root.checked
onClicked: root.clicked()
}
}
}