You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-27 23:28:38 +02:00
Desktop: Add synchronization tools to clear local sync state or data
This commit is contained in:
@ -15,6 +15,10 @@ class SyncTargetRegistry {
|
||||
};
|
||||
}
|
||||
|
||||
static allIds() {
|
||||
return Object.keys(this.reg_);
|
||||
}
|
||||
|
||||
static nameToId(name) {
|
||||
for (const n in this.reg_) {
|
||||
if (!this.reg_.hasOwnProperty(n)) continue;
|
||||
|
Reference in New Issue
Block a user