controlcenter: removed expand/collapse all on taskbar panel

This commit is contained in:
ATMDA 2025-11-17 13:40:27 -05:00
parent 80b3255e2e
commit e3f0190949

View file

@ -167,8 +167,6 @@ Item {
spacing: Appearance.spacing.small
readonly property bool allSectionsExpanded: true
RowLayout {
spacing: Appearance.spacing.smaller
@ -177,19 +175,6 @@ Item {
font.pointSize: Appearance.font.size.large
font.weight: 500
}
Item {
Layout.fillWidth: true
}
IconButton {
icon: sidebarLayout.allSectionsExpanded ? "unfold_less" : "unfold_more"
type: IconButton.Text
label.animate: true
onClicked: {
// No collapsible sections remaining
}
}
}
ConnectedButtonGroup {