controlcenter: undo accordion collapse on network and audio pane sections
This commit is contained in:
parent
b1e5660c56
commit
7d1c89a7a8
2 changed files with 0 additions and 28 deletions
|
|
@ -62,13 +62,6 @@ RowLayout {
|
|||
title: qsTr("Output devices")
|
||||
expanded: true
|
||||
|
||||
onToggleRequested: {
|
||||
if (!expanded) {
|
||||
// Opening output devices, close input devices
|
||||
inputDevicesSection.expanded = false;
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
spacing: Appearance.spacing.small
|
||||
|
|
@ -149,13 +142,6 @@ RowLayout {
|
|||
title: qsTr("Input devices")
|
||||
expanded: true
|
||||
|
||||
onToggleRequested: {
|
||||
if (!expanded) {
|
||||
// Opening input devices, close output devices
|
||||
outputDevicesSection.expanded = false;
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
spacing: Appearance.spacing.small
|
||||
|
|
|
|||
|
|
@ -107,13 +107,6 @@ RowLayout {
|
|||
title: qsTr("Ethernet")
|
||||
expanded: true
|
||||
|
||||
onToggleRequested: {
|
||||
if (!expanded) {
|
||||
// Opening ethernet, close wireless
|
||||
wirelessListSection.expanded = false;
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
spacing: Appearance.spacing.small
|
||||
|
|
@ -241,13 +234,6 @@ RowLayout {
|
|||
title: qsTr("Wireless")
|
||||
expanded: true
|
||||
|
||||
onToggleRequested: {
|
||||
if (!expanded) {
|
||||
// Opening wireless, close ethernet
|
||||
ethernetListSection.expanded = false;
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
spacing: Appearance.spacing.small
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue