hoverpanel: fix pin icons, hide pin during osd, convert network to hover panel

This commit is contained in:
Damocles 2026-04-15 23:09:30 +02:00
parent dca6a8ac5c
commit 54f80f0da8
4 changed files with 16 additions and 41 deletions

View file

@ -6,8 +6,11 @@ import "." as M
M.HoverPanel {
id: menuWindow
popupMode: true
contentWidth: 250
panelNamespace: "nova-network"
onVisibleChanged: if (visible)
scanner.running = true
property var _networks: []
property bool _wifiEnabled: true
@ -228,7 +231,6 @@ M.HoverPanel {
connectProc.uuid = entry.modelData.uuid;
connectProc.running = true;
}
menuWindow.dismiss();
}
}
}