Main: center and remove text on switch

This commit is contained in:
Toast 2025-05-29 12:24:14 +02:00
parent b1fbd4dea6
commit 20f459ddad

View file

@ -77,7 +77,7 @@ Kirigami.ApplicationWindow {
Controls.Switch {
checked: mod.enabled
text: "Enabled"
Layout.alignment: Qt.AlignCenter
onClicked: mod.enabled = checked
}