diff --git a/modules/controlcenter/NavRail.qml b/modules/controlcenter/NavRail.qml index 80a1ee3d..234f447c 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 0aad702f..efd360d4 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