mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove wifi check from pax config
This commit is contained in:
parent
ce5bb5cbdc
commit
eafbac23c9
1 changed files with 1 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue