|
@@ -61,7 +61,7 @@ class KMConvertOCRSettingItemView: KMConvertBaseView {
|
|
|
self._checkVC?.action = #selector(checkBoxAction)
|
|
|
self._checkVC?.stringValue = NSLocalizedString("Recognize text if needed", comment: "")
|
|
|
self._checkVC?.checkbox_radio()
|
|
|
- self._checkVC?.state = .Checked
|
|
|
+ self._checkVC?.state = .Custom
|
|
|
|
|
|
self.languageBox.fillColor = .clear
|
|
|
self._languageVC?.delete = self
|