Custom buttons: refactored files structure

This commit is contained in:
LemmyCook 2025-09-03 21:27:42 -04:00
parent 598bc48957
commit 807867ef42
6 changed files with 218 additions and 245 deletions

View file

@ -35,13 +35,12 @@ Singleton {
})
property var widgetMetadata: ({
"CustomButton": {
allowUserSettings: true,
icon: "favorite",
execute: ""
},
})
"CustomButton": {
"allowUserSettings": true,
"icon": "favorite",
"execute": ""
}
})
// Component definitions - these are loaded once at startup
property Component activeWindowComponent: Component {