One more test...
This commit is contained in:
parent
70dfd36a70
commit
faefa291bf
|
@ -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 New Issue