From 017b1b4ce017600953f35a528660cca1f67dc86a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:47:30 +1000 Subject: feat: network popout Also qstr dashboard performance pane labels --- modules/bar/popouts/Content.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/bar/popouts/Content.qml') diff --git a/modules/bar/popouts/Content.qml b/modules/bar/popouts/Content.qml index 6b65f56..43f2c8e 100644 --- a/modules/bar/popouts/Content.qml +++ b/modules/bar/popouts/Content.qml @@ -26,6 +26,11 @@ Item { source: "ActiveWindow.qml" } + Popout { + name: "network" + source: "Network.qml" + } + Popout { name: "battery" source: "Battery.qml" -- cgit v1.2.3-freya