Rename to Config, Fix slowness of ShowCommands and improve quality

This commit is contained in:
krzosa
2025-12-21 22:26:15 +01:00
parent 79d709d391
commit 725cdde007
10 changed files with 46 additions and 33 deletions

View File

@@ -150,7 +150,7 @@ void Test(mco_coro *co) {
}
void InitTests() {
StyleWaitForEvents = false;
ConfigWaitForEvents = false;
TestDir = Format(TestArena, "%S/test_env", GetExeDir(TestArena));
CoAdd(Test);
}