summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/controlcenter/Session.qml4
1 files changed, 2 insertions, 2 deletions
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 {}