diff --git a/Meshtastic/Views/Settings/Settings.swift b/Meshtastic/Views/Settings/Settings.swift index faad71ad..53bc5eb2 100644 --- a/Meshtastic/Views/Settings/Settings.swift +++ b/Meshtastic/Views/Settings/Settings.swift @@ -469,13 +469,17 @@ struct Settings: View { case .telemetry: TelemetryConfig(node: node) case .meshLog: +#if DEBUG MeshLog() +#endif case .debugLogs: if #available(iOS 17.4, *) { AppLog() } case .appFiles: +#if DEBUG AppData() +#endif case .firmwareUpdates: Firmware(node: node) }