removed network module and moved it to tray, have a popout window without content! everything still in wi.i.p.

This commit is contained in:
2026-06-13 18:22:03 +02:00
parent 82518006c3
commit 1d63e67554
9 changed files with 90 additions and 73 deletions
+9
View File
@@ -28,6 +28,11 @@ RowLayout {
id: "audio",
item: child
};
if (child.objectName === "networkWidget" && Config.barConfig.popouts.network)
return {
id: "network",
item: child
};
if (child.objectName === "upowerWidget" && Config.barConfig.popouts.upower)
return {
id: "upower",
@@ -113,6 +118,10 @@ RowLayout {
objectName: "audioWidget"
}
NetworkWidget {
objectName: "networkWidget"
}
UPowerWidget {
height: parent.height
objectName: "upowerWidget"