From 28ebba0c1b10b03647706928e8b31b099aa12b97 Mon Sep 17 00:00:00 2001 From: ATMDA Date: Fri, 14 Nov 2025 13:41:57 -0500 Subject: controlcenter: fixed default pane --- modules/controlcenter/Session.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/controlcenter') diff --git a/modules/controlcenter/Session.qml b/modules/controlcenter/Session.qml index 1ff9688..d09d977 100644 --- a/modules/controlcenter/Session.qml +++ b/modules/controlcenter/Session.qml @@ -6,8 +6,8 @@ QtObject { required property var root property bool floating: false - property string active: panes[0] - property int activeIndex: 0 + property string active: "networking" + property int activeIndex: 7 property bool navExpanded: false readonly property Bt bt: Bt {} -- cgit v1.2.3-freya