mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
feat: Implement drag & drop topbar widget sections in settings
This commit is contained in:
@@ -30,7 +30,10 @@ StyledRect {
|
||||
StateLayer {
|
||||
stateColor: Theme.primary
|
||||
cornerRadius: root.radius
|
||||
onClicked: root.clicked()
|
||||
onClicked: {
|
||||
console.log("StateLayer clicked for button:", root.iconName);
|
||||
root.clicked();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user