mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-14 05:21:12 +00:00
One more test...
This commit is contained in:
parent
70dfd36a70
commit
faefa291bf
1 changed files with 6 additions and 2 deletions
|
@ -66,8 +66,12 @@ struct IceCubesApp: App {
|
|||
.quickLookPreview($quickLook.url, in: quickLook.urls)
|
||||
}
|
||||
} else {
|
||||
tabBarView
|
||||
.quickLookPreview($quickLook.url, in: quickLook.urls)
|
||||
if ProcessInfo.processInfo.isiOSAppOnMac || ProcessInfo.processInfo.isMacCatalystApp {
|
||||
tabBarView
|
||||
} else {
|
||||
tabBarView
|
||||
.quickLookPreview($quickLook.url, in: quickLook.urls)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue