diff --git a/rslib/src/config/schema11.rs b/rslib/src/config/schema11.rs index 96e199e7a..afbc398e6 100644 --- a/rslib/src/config/schema11.rs +++ b/rslib/src/config/schema11.rs @@ -25,7 +25,6 @@ pub(crate) fn schema11_config_as_string(creation_offset: Option) -> String "schedVer": 2, "creationOffset": creation_offset, "sched2021": true, - "showColor": false, }); serde_json::to_string(&obj).unwrap() }