logger txt output workaround

This commit is contained in:
MangosArentLiterature 2021-03-31 23:19:13 -05:00 committed by GitHub
parent ca0d5123d2
commit 279fe86dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ void Logger::addEntry(QString entry)
{
if (buffer.length() < max_length) {
buffer.enqueue(entry);
flush();
}
else {
buffer.dequeue();