From 33ed1efbc08d8ae5e6b6be8a521c2515ad865b4a Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:03:52 +0200 Subject: [PATCH] REMOVE: Unneccessary object in schema11 --- rslib/src/config/schema11.rs | 1 - 1 file changed, 1 deletion(-) 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() }