summaryrefslogtreecommitdiff
path: root/modules/controlcenter/audio
diff options
context:
space:
mode:
Diffstat (limited to 'modules/controlcenter/audio')
-rw-r--r--modules/controlcenter/audio/AudioPane.qml14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/controlcenter/audio/AudioPane.qml b/modules/controlcenter/audio/AudioPane.qml
index 6f5a1f4..8c990a6 100644
--- a/modules/controlcenter/audio/AudioPane.qml
+++ b/modules/controlcenter/audio/AudioPane.qml
@@ -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