Logging improvements

This commit is contained in:
N00MKRAD
2021-04-26 18:26:16 +02:00
parent dd520cea28
commit ecbb2166cb
3 changed files with 14 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ namespace Flowframes
try
{
if (replaceLastLine)
if (!hidden && replaceLastLine)
{
textbox.Suspend();
string[] lines = textbox.Text.SplitIntoLines();