Various fixes

This commit is contained in:
Ilya Laktyushin
2023-09-16 01:25:01 +04:00
parent 5716591030
commit a6785d7d94
4 changed files with 21 additions and 5 deletions

View File

@@ -527,6 +527,9 @@ public final class MediaEditorValues: Codable, Equatable {
if !self.toolValues.isEmpty {
return true
}
if self.audioTrack != nil {
return true
}
return false
}
}