From ebc2772b3ef54e9f93865ad5c497665b9fffe1cd Mon Sep 17 00:00:00 2001 From: ATMDA Date: Fri, 14 Nov 2025 13:44:15 -0500 Subject: controlcenter: corrected index of panes --- modules/controlcenter/Session.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/controlcenter/Session.qml') diff --git a/modules/controlcenter/Session.qml b/modules/controlcenter/Session.qml index d09d977..0aad702 100644 --- a/modules/controlcenter/Session.qml +++ b/modules/controlcenter/Session.qml @@ -2,12 +2,12 @@ import Quickshell.Bluetooth import QtQuick QtObject { - readonly property list panes: ["ethernet", "wireless", "bluetooth", "audio", "appearance", "taskbar", "launcher", "networking"] + readonly property list panes: ["networking", "bluetooth", "audio", "appearance", "taskbar", "launcher"] required property var root property bool floating: false property string active: "networking" - property int activeIndex: 7 + property int activeIndex: 0 property bool navExpanded: false readonly property Bt bt: Bt {} -- cgit v1.2.3-freya