mirror of
https://github.com/yattee/yattee.git
synced 2025-11-01 13:12:04 +00:00
Video details layout fixes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user