mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
Added Debug Tools form with config editor (TODO: Log Viewer)
This commit is contained in:
@@ -566,5 +566,10 @@ namespace Flowframes
|
||||
{
|
||||
AiProcessSuspend.SuspendResumeAi(!AiProcessSuspend.aiProcFrozen);
|
||||
}
|
||||
|
||||
private void debugBtn_Click(object sender, EventArgs e)
|
||||
{
|
||||
new DebugForm().ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user