Merge branch 'end-4:main' into quickshell-fix

This commit is contained in:
jwihardi
2025-10-20 19:16:01 -04:00
committed by GitHub
@@ -80,7 +80,7 @@ GroupButton {
MaterialSymbol {
anchors.centerIn: parent
fill: root.toggled ? 1 : 0
iconSize: Appearance.font.pixelSize.huge
iconSize: root.expandedSize ? 22 : 24
color: root.colIcon
text: root.buttonIcon
}