diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-14 13:41:57 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-14 13:41:57 -0500 |
| commit | 28ebba0c1b10b03647706928e8b31b099aa12b97 (patch) | |
| tree | 66d8ce470d525f63decd1ba4c5e46f8e0133c282 /modules/controlcenter/Session.qml | |
| parent | controlcenter: merged wireless/ethernet panes (diff) | |
| download | caelestia-shell-28ebba0c1b10b03647706928e8b31b099aa12b97.tar.gz caelestia-shell-28ebba0c1b10b03647706928e8b31b099aa12b97.tar.bz2 caelestia-shell-28ebba0c1b10b03647706928e8b31b099aa12b97.zip | |
controlcenter: fixed default pane
Diffstat (limited to 'modules/controlcenter/Session.qml')
| -rw-r--r-- | modules/controlcenter/Session.qml | 4 |
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 {} |