diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-14 11:59:36 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-14 11:59:36 -0500 |
| commit | 540cebdbbdafe51e0f946e7a256320537a332612 (patch) | |
| tree | a0626e385ceee06f03df7d1506043ce24d944c53 /modules/controlcenter/Panes.qml | |
| parent | nmcli: refactor to be readable/extensible (diff) | |
| download | caelestia-shell-540cebdbbdafe51e0f946e7a256320537a332612.tar.gz caelestia-shell-540cebdbbdafe51e0f946e7a256320537a332612.tar.bz2 caelestia-shell-540cebdbbdafe51e0f946e7a256320537a332612.zip | |
controlcenter: merging wireless/ethernet panes (wip/stash)
Diffstat (limited to 'modules/controlcenter/Panes.qml')
| -rw-r--r-- | modules/controlcenter/Panes.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/controlcenter/Panes.qml b/modules/controlcenter/Panes.qml index 11e60d3..0958902 100644 --- a/modules/controlcenter/Panes.qml +++ b/modules/controlcenter/Panes.qml @@ -76,6 +76,13 @@ ClippingRectangle { } } + Pane { + index: 7 + sourceComponent: NetworkingPane { + session: root.session + } + } + Behavior on y { Anim {} } |