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
@@ -18,6 +18,7 @@ RippleButton {
spacing: 10
OptionalMaterialSymbol {
icon: root.buttonIcon
opacity: root.enabled ? 1 : 0.4
iconSize: Appearance.font.pixelSize.larger
}
StyledText {
@@ -26,6 +27,7 @@ RippleButton {
text: root.text
font: root.font
color: Appearance.colors.colOnSecondaryContainer
opacity: root.enabled ? 1 : 0.4
}
StyledSwitch {
id: switchWidget