REMOVE: Unneccessary object in schema11

This commit is contained in:
GithubAnon0000 2025-09-30 00:03:52 +02:00
parent e840aae5ec
commit 33ed1efbc0

View file

@ -25,7 +25,6 @@ pub(crate) fn schema11_config_as_string(creation_offset: Option<i32>) -> String
"schedVer": 2,
"creationOffset": creation_offset,
"sched2021": true,
"showColor": false,
});
serde_json::to_string(&obj).unwrap()
}