diff --git a/MeshtasticApple/Views/Nodes/NodeList.swift b/MeshtasticApple/Views/Nodes/NodeList.swift index 0a3d2916..f1a7762e 100644 --- a/MeshtasticApple/Views/Nodes/NodeList.swift +++ b/MeshtasticApple/Views/Nodes/NodeList.swift @@ -105,7 +105,8 @@ struct NodeList: View { self.bleManager.context = context self.bleManager.userSettings = userSettings - if UIDevice.current.userInterfaceIdiom == .pad { + if UIDevice.current.userInterfaceIdiom == .pad || UIDevice.current.userInterfaceIdiom == .mac { + if nodes.count > 0 { selection = "0" }