Added Debug Tools form with config editor (TODO: Log Viewer)

This commit is contained in:
N00MKRAD
2021-05-04 00:20:31 +02:00
parent 337c045110
commit f8d7537e31
12 changed files with 3459 additions and 8 deletions

View File

@@ -566,5 +566,10 @@ namespace Flowframes
{
AiProcessSuspend.SuspendResumeAi(!AiProcessSuspend.aiProcFrozen);
}
private void debugBtn_Click(object sender, EventArgs e)
{
new DebugForm().ShowDialog();
}
}
}