settings: more icons

This commit is contained in:
end-4
2025-10-04 12:54:34 +02:00
parent 81bdb352aa
commit 81287e9eb5
7 changed files with 51 additions and 3 deletions
@@ -19,12 +19,14 @@ RowLayout {
spacing: 10
OptionalMaterialSymbol {
icon: root.icon
opacity: root.enabled ? 1 : 0.4
}
StyledText {
id: labelWidget
Layout.fillWidth: true
text: root.text
color: Appearance.colors.colOnSecondaryContainer
opacity: root.enabled ? 1 : 0.4
}
}