category highlight

This commit is contained in:
Zacharias-Brohn
2026-02-23 22:37:40 +01:00
parent 22015bf61d
commit f645c90dbd
2 changed files with 101 additions and 92 deletions
+4 -1
View File
@@ -31,6 +31,9 @@ RowLayout {
Layout.alignment: Qt.AlignRight
checked: root.setting
onToggled: root.setting = checked
onToggled: {
root.setting = checked;
Config.save();
}
}
}