diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-03 23:44:51 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-03 23:44:51 +1000 |
| commit | 18058407181e0f4114a4ef49a1796884c5661969 (patch) | |
| tree | ab0f3dc8718cb076d90f60828e0c1975691b4e13 /modules/detachedcontent/Session.qml | |
| parent | dcontent: impl rest of bt device settings (diff) | |
| download | caelestia-shell-18058407181e0f4114a4ef49a1796884c5661969.tar.gz caelestia-shell-18058407181e0f4114a4ef49a1796884c5661969.tar.bz2 caelestia-shell-18058407181e0f4114a4ef49a1796884c5661969.zip | |
dcontent: add audio placeholder
Also clip panes
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 |