FIX: Option had no initial value (true/false)

This commit is contained in:
GithubAnon0000 2025-09-29 22:42:24 +02:00
parent cd44746131
commit 11dbaa740e

View file

@ -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()
}