Video details layout fixes

This commit is contained in:
Arkadiusz Fal
2022-11-13 22:50:42 +01:00
parent b6067a3f67
commit 7cc3cd950b
4 changed files with 88 additions and 67 deletions

View File

@@ -18,7 +18,7 @@ struct VideoDetailsTool: Identifiable {
case .info:
return video != nil && !video!.isLocal
case .inspector:
return true
return false
case .chapters:
return video != nil && !video!.chapters.isEmpty
case .comments: