Performance upgrae - history control update only when it's really needed

This commit is contained in:
szporowolik
2019-10-19 13:13:20 +02:00
parent 1d6b32872b
commit fb0620d178
3 changed files with 15 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ internal class Globals
{
public static string strPerunVersion = "DEBUG"; // Helper for pulling version definition
public static string[] arrLogHistory = new string[10]; // Log history for GUI
public static bool bLogHistoryUpdate = true; // Mark if log control require update
public static string strPerunTitleText = "";
}