controlcenter: fixed default pane
This commit is contained in:
parent
6043adf666
commit
28ebba0c1b
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ QtObject {
|
||||||
|
|
||||||
required property var root
|
required property var root
|
||||||
property bool floating: false
|
property bool floating: false
|
||||||
property string active: panes[0]
|
property string active: "networking"
|
||||||
property int activeIndex: 0
|
property int activeIndex: 7
|
||||||
property bool navExpanded: false
|
property bool navExpanded: false
|
||||||
|
|
||||||
readonly property Bt bt: Bt {}
|
readonly property Bt bt: Bt {}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue