controlcenter: changed labels for networking to network to match codebase

This commit is contained in:
ATMDA 2025-11-14 15:34:22 -05:00
parent c3f05b7f2f
commit 7c2d49240c
2 changed files with 3 additions and 3 deletions

View file

@ -159,7 +159,7 @@ Item {
NavItem { NavItem {
Layout.topMargin: Appearance.spacing.large * 2 Layout.topMargin: Appearance.spacing.large * 2
icon: "router" icon: "router"
label: "networking" label: "network"
} }
NavItem { NavItem {

View file

@ -2,11 +2,11 @@ import Quickshell.Bluetooth
import QtQuick import QtQuick
QtObject { 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 required property var root
property bool floating: false property bool floating: false
property string active: "networking" property string active: "network"
property int activeIndex: 0 property int activeIndex: 0
property bool navExpanded: false property bool navExpanded: false