summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-14 15:34:22 -0500
committerATMDA <atdma2600@gmail.com>2025-11-14 15:34:22 -0500
commit7c2d49240c8fdd3c5eeb53f03691f681e9cc8eab (patch)
treec12c6fa565bc5e9a4786a78e0d0a6c52ac92f902 /modules
parentcontrolcenter: minor adjustments of accordion menu (diff)
downloadcaelestia-shell-7c2d49240c8fdd3c5eeb53f03691f681e9cc8eab.tar.gz
caelestia-shell-7c2d49240c8fdd3c5eeb53f03691f681e9cc8eab.tar.bz2
caelestia-shell-7c2d49240c8fdd3c5eeb53f03691f681e9cc8eab.zip
controlcenter: changed labels for networking to network to match codebase
Diffstat (limited to 'modules')
-rw-r--r--modules/controlcenter/NavRail.qml2
-rw-r--r--modules/controlcenter/Session.qml4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/controlcenter/NavRail.qml b/modules/controlcenter/NavRail.qml
index 80a1ee3..234f447 100644
--- a/modules/controlcenter/NavRail.qml
+++ b/modules/controlcenter/NavRail.qml
@@ -159,7 +159,7 @@ Item {
NavItem {
Layout.topMargin: Appearance.spacing.large * 2
icon: "router"
- label: "networking"
+ label: "network"
}
NavItem {
diff --git a/modules/controlcenter/Session.qml b/modules/controlcenter/Session.qml
index 0aad702..efd360d 100644
--- a/modules/controlcenter/Session.qml
+++ b/modules/controlcenter/Session.qml
@@ -2,11 +2,11 @@ import Quickshell.Bluetooth
import QtQuick
QtObject {
- readonly property list<string> panes: ["networking", "bluetooth", "audio", "appearance", "taskbar", "launcher"]
+ readonly property list<string> panes: ["network", "bluetooth", "audio", "appearance", "taskbar", "launcher"]
required property var root
property bool floating: false
- property string active: "networking"
+ property string active: "network"
property int activeIndex: 0
property bool navExpanded: false