QMod: make enable property writable

This commit is contained in:
Toast 2025-05-28 17:24:08 +02:00
parent 999cf68655
commit af77bc105d
2 changed files with 11 additions and 1 deletions

View file

@ -78,6 +78,8 @@ Kirigami.ApplicationWindow {
Controls.Switch {
checked: mod.enabled
text: "Enabled"
onClicked: mod.enabled = checked
}
Controls.Button {
text: "Delete"