mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Update schema11.rs
This commit is contained in:
parent
9c8f0ffc7d
commit
1ac8769e30
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ pub(crate) fn schema11_config_as_string(creation_offset: Option<i32>) -> String
|
||||||
"schedVer": 2,
|
"schedVer": 2,
|
||||||
"creationOffset": creation_offset,
|
"creationOffset": creation_offset,
|
||||||
"sched2021": true,
|
"sched2021": true,
|
||||||
|
"fsrs": true,
|
||||||
});
|
});
|
||||||
serde_json::to_string(&obj).unwrap()
|
serde_json::to_string(&obj).unwrap()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue