need ref count

This commit is contained in:
Benjamin Palko 2025-07-29 23:58:42 -04:00
parent a3edf3350f
commit b453efd778

View file

@ -9,6 +9,7 @@ Singleton {
readonly property list<AccessPoint> networks: [] readonly property list<AccessPoint> networks: []
readonly property AccessPoint active: networks.find(n => n.active) ?? null readonly property AccessPoint active: networks.find(n => n.active) ?? null
property int refCount
reloadableId: "network" reloadableId: "network"