From 7c2d49240c8fdd3c5eeb53f03691f681e9cc8eab Mon Sep 17 00:00:00 2001 From: ATMDA Date: Fri, 14 Nov 2025 15:34:22 -0500 Subject: controlcenter: changed labels for networking to network to match codebase --- modules/controlcenter/Session.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/controlcenter/Session.qml') 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 panes: ["networking", "bluetooth", "audio", "appearance", "taskbar", "launcher"] + readonly property list 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 -- cgit v1.2.3-freya