summaryrefslogtreecommitdiff
path: root/modules/controlcenter/audio
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-15 00:18:20 -0500
committerATMDA <atdma2600@gmail.com>2025-11-15 00:18:20 -0500
commit7d1c89a7a85f45b229d341013e1001cce30b642e (patch)
treebd120f4cd39aca0f8e7ecf1fefec3c0d3c297431 /modules/controlcenter/audio
parenttray: open settings button matches other popouts (diff)
downloadcaelestia-shell-7d1c89a7a85f45b229d341013e1001cce30b642e.tar.gz
caelestia-shell-7d1c89a7a85f45b229d341013e1001cce30b642e.tar.bz2
caelestia-shell-7d1c89a7a85f45b229d341013e1001cce30b642e.zip
controlcenter: undo accordion collapse on network and audio pane sections
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