|
@@ -53,7 +53,11 @@ class KMBatchCompressView: KMBatchSettingItemView {
|
|
|
}
|
|
|
|
|
|
override func reloadData() {
|
|
|
-
|
|
|
+ if KMCompressSettingModel.isSaveCustomData() {
|
|
|
+ self.compressView.model = KMCompressSettingModel(modelsType: .custom)
|
|
|
+ } else {
|
|
|
+ self.compressView.model = KMCompressSettingModel(modelsType: .standard)
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
override func bacthProcessingNotification() {
|