You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Desktop: Fixed default migration logic
This commit is contained in:
@@ -1457,7 +1457,7 @@ class Setting extends BaseModel {
|
||||
}
|
||||
|
||||
public static isSet(key: string) {
|
||||
return key in this.cache_;
|
||||
return this.cache_.find(d => d.key === key);
|
||||
}
|
||||
|
||||
static keyDescription(key: string, appType: AppType = null) {
|
||||
|
||||
Reference in New Issue
Block a user