|
@@ -142,7 +142,7 @@ class NCUploadScanDocument: ObservableObject {
|
|
|
}
|
|
|
}
|
|
|
} catch {
|
|
|
- // print("Error: \(error.debugDescription)")
|
|
|
+ print("Error: \(error)")
|
|
|
}
|
|
|
|
|
|
DispatchQueue.main.async { completion(false) }
|
|
@@ -433,7 +433,7 @@ struct UploadScanDocumentView: View {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- Section(header: Text(NSLocalizedString("_quality_image_title_", comment: "")), footer: Text(NSLocalizedString("_preview_", comment: ""))) {
|
|
|
+ Section(header: Text(NSLocalizedString("_quality_image_title_", comment: ""))) {
|
|
|
|
|
|
VStack {
|
|
|
Slider(value: $quality, in: 0...3, step: 1, onEditingChanged: { touch in
|