controlcenter: fixed default pane

This commit is contained in:
ATMDA 2025-11-14 13:41:57 -05:00
parent 6043adf666
commit 28ebba0c1b

View file

@ -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 {}