Remove wifi check from pax config

This commit is contained in:
Garth Vander Houwen 2025-03-30 08:51:59 -07:00
parent ce5bb5cbdc
commit eafbac23c9

View file

@ -227,8 +227,7 @@ struct Settings: View {
}
}
if let node = nodes.first(where: { $0.num == preferredNodeNum }),
node.metadata?.hasWifi ?? false, isModuleSupported(.paxcounterConfig) {
if isModuleSupported(.paxcounterConfig) {
NavigationLink(value: SettingsNavigationState.paxCounter) {
Label {
Text("config.module.paxcounter.settings")