filter update

This commit is contained in:
Garth Vander Houwen 2024-04-02 06:20:48 -07:00
parent 78c0bca781
commit ab82848d99

View file

@ -291,6 +291,9 @@ struct NodeList: View {
.onChange(of: maxDistance) { _ in
searchNodeList()
}
.onChange(of: distanceFilter) { _ in
searchNodeList()
}
.onAppear {
if self.bleManager.context == nil {
self.bleManager.context = context