mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-22 23:26:37 +00:00
Fix build ^ 2
This commit is contained in:
parent
0f979fdfaf
commit
ff72ea1cfd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ struct AppView: View {
|
||||||
case .vision:
|
case .vision:
|
||||||
tabBarView
|
tabBarView
|
||||||
case .pad, .mac:
|
case .pad, .mac:
|
||||||
#!os(visionOS)
|
#if !os(visionOS)
|
||||||
sidebarView
|
sidebarView
|
||||||
#else
|
#else
|
||||||
tabBarView
|
tabBarView
|
||||||
|
|
Loading…
Reference in a new issue