mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
FIX: Option had no initial value (true/false)
This commit is contained in:
parent
cd44746131
commit
11dbaa740e
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,
|
||||
"creationOffset": creation_offset,
|
||||
"sched2021": true,
|
||||
"hideColor": true,
|
||||
});
|
||||
serde_json::to_string(&obj).unwrap()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue