summaryrefslogtreecommitdiff
path: root/modules/controlcenter/Session.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-14 11:59:36 -0500
committerATMDA <atdma2600@gmail.com>2025-11-14 11:59:36 -0500
commit540cebdbbdafe51e0f946e7a256320537a332612 (patch)
treea0626e385ceee06f03df7d1506043ce24d944c53 /modules/controlcenter/Session.qml
parentnmcli: refactor to be readable/extensible (diff)
downloadcaelestia-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/Session.qml')
-rw-r--r--modules/controlcenter/Session.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/controlcenter/Session.qml b/modules/controlcenter/Session.qml
index d44898e..1ff9688 100644
--- a/modules/controlcenter/Session.qml
+++ b/modules/controlcenter/Session.qml
@@ -2,7 +2,7 @@ import Quickshell.Bluetooth
import QtQuick
QtObject {
- readonly property list<string> panes: ["ethernet", "wireless", "bluetooth", "audio", "appearance", "taskbar", "launcher"]
+ readonly property list<string> panes: ["ethernet", "wireless", "bluetooth", "audio", "appearance", "taskbar", "launcher", "networking"]
required property var root
property bool floating: false