You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-10 00:05:42 +02:00
Desktop: Add support for OCR (#8975)
This commit is contained in:
@ -268,7 +268,7 @@ export default class ReportService {
|
||||
canRetry: true,
|
||||
canRetryType: CanRetryType.ResourceDownload,
|
||||
retryHandler: async () => {
|
||||
await Resource.resetErrorStatus(row.resource_id);
|
||||
await Resource.resetFetchErrorStatus(row.resource_id);
|
||||
void ResourceFetcher.instance().autoAddResources();
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user