You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Desktop: Add support for OCR (#8975)
This commit is contained in:
@ -259,6 +259,11 @@ export default class ResourceFetcher extends BaseService {
|
||||
void this.autoAddResources(10);
|
||||
}
|
||||
|
||||
public async startAndWait() {
|
||||
await this.start();
|
||||
await this.waitForAllFinished();
|
||||
}
|
||||
|
||||
public scheduleQueueProcess() {
|
||||
if (this.scheduleQueueProcessIID_) {
|
||||
shim.clearTimeout(this.scheduleQueueProcessIID_);
|
||||
|
Reference in New Issue
Block a user