diff --git a/Sources/HydrogenReporter/Views/HydrogenReporter/StatisticsView.swift b/Sources/HydrogenReporter/Views/HydrogenReporter/StatisticsView.swift index f068437..90b8ddc 100644 --- a/Sources/HydrogenReporter/Views/HydrogenReporter/StatisticsView.swift +++ b/Sources/HydrogenReporter/Views/HydrogenReporter/StatisticsView.swift @@ -141,8 +141,8 @@ struct StatisticsView: View { return "Car Play" case .mac: return "Mac" - default: - return "Vision OS (xrOS / RealityOS)" +// default: +// return "Vision OS (xrOS / RealityOS)" @unknown default: return "Invalid" }