diff --git a/IceCubesApp/App/Main/AppView.swift b/IceCubesApp/App/Main/AppView.swift index b8ab8e47..a899ffec 100644 --- a/IceCubesApp/App/Main/AppView.swift +++ b/IceCubesApp/App/Main/AppView.swift @@ -33,7 +33,7 @@ struct AppView: View { case .vision: tabBarView case .pad, .mac: - #!os(visionOS) + #if !os(visionOS) sidebarView #else tabBarView