From ff72ea1cfdd0e99f506999c79c10cffeda06a0ae Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Sun, 10 Nov 2024 09:25:32 +0100 Subject: [PATCH] Fix build ^ 2 --- IceCubesApp/App/Main/AppView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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