diff options
Diffstat (limited to 'modules/detachedcontent/Session.qml')
| -rw-r--r-- | modules/detachedcontent/Session.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/detachedcontent/Session.qml b/modules/detachedcontent/Session.qml index c737518..0c3f1b4 100644 --- a/modules/detachedcontent/Session.qml +++ b/modules/detachedcontent/Session.qml @@ -2,7 +2,7 @@ import Quickshell.Bluetooth import QtQuick QtObject { - readonly property list<string> panes: ["network", "bluetooth"] + readonly property list<string> panes: ["network", "bluetooth", "audio"] property string active property int activeIndex |