Skip to content

Commit

Permalink
Commented out visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyTaylor committed Jun 22, 2023
1 parent 1041632 commit 0c42e58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 0c42e58

Please sign in to comment.