Преглед изворни кода

修改默认合成选项为全部

harry пре 3 година
родитељ
комит
214d305782
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Introduce/Record/INVideoExportController.swift

+ 1 - 1
Introduce/Record/INVideoExportController.swift

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