From d9ffc13825b56cb97bce4d31fca4abbdc42b0985 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 7 Aug 2025 15:38:17 +1000 Subject: controlcenter: add floating mode Closes #363 --- modules/controlcenter/Session.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/controlcenter/Session.qml') diff --git a/modules/controlcenter/Session.qml b/modules/controlcenter/Session.qml index 0c3f1b4..1ee79c8 100644 --- a/modules/controlcenter/Session.qml +++ b/modules/controlcenter/Session.qml @@ -4,8 +4,10 @@ import QtQuick QtObject { readonly property list panes: ["network", "bluetooth", "audio"] - property string active - property int activeIndex + required property var root + property string active: panes[0] + property int activeIndex: 0 + property bool navExpanded: false readonly property Bt bt: Bt {} -- cgit v1.2.3-freya