Various fixes

This commit is contained in:
Ilya Laktyushin
2023-09-17 17:25:55 +04:00
parent dd21063493
commit 59940ae1ba
6 changed files with 28 additions and 4 deletions

View File

@@ -1120,6 +1120,9 @@ public extension MediaEditorValues {
if !self.entities.isEmpty {
return true
}
if self.additionalVideoPath != nil {
return true
}
return false
}
}