From 964d5deaa2b3aefd8fa0eb7ce682689b73bafc9f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:06:42 +1000 Subject: controlcenter: hide float button when floating --- modules/controlcenter/Session.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/controlcenter/Session.qml') diff --git a/modules/controlcenter/Session.qml b/modules/controlcenter/Session.qml index 1ee79c8..a143470 100644 --- a/modules/controlcenter/Session.qml +++ b/modules/controlcenter/Session.qml @@ -5,6 +5,7 @@ QtObject { readonly property list panes: ["network", "bluetooth", "audio"] required property var root + property bool floating: false property string active: panes[0] property int activeIndex: 0 property bool navExpanded: false -- cgit v1.2.3-freya