Browse Source

修改默认合成选项为全部

harry 3 years ago
parent
commit
214d305782
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Introduce/Record/INVideoExportController.swift

+ 1 - 1
Introduce/Record/INVideoExportController.swift

@@ -283,7 +283,7 @@ class INVideoExportController: BFBaseViewController {
 
 
 //        export.startExprot()
 //        export.startExprot()
         // 默认保留录音合成
         // 默认保留录音合成
-        saveOnlyBtn.isSelected = true
+        saveAllBtn.isSelected = true
 
 
         DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) { [weak self] in
         DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) { [weak self] in
             self?.exportNow()
             self?.exportNow()