From 18058407181e0f4114a4ef49a1796884c5661969 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 3 Aug 2025 23:44:51 +1000 Subject: dcontent: add audio placeholder Also clip panes --- modules/detachedcontent/Session.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/detachedcontent/Session.qml') 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 panes: ["network", "bluetooth"] + readonly property list panes: ["network", "bluetooth", "audio"] property string active property int activeIndex -- cgit v1.2.3-freya