Hide unavailable tools in local video details

This commit is contained in:
Arkadiusz Fal
2022-12-22 19:35:36 +01:00
parent 3c971f582f
commit 3661d06080
2 changed files with 28 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ struct Constants {
#endif
}
static var descriptionVisibility: Bool {
static var detailsVisibility: Bool {
#if os(iOS)
false
#else