chore: improve log display

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-04-18 16:39:36 +03:00
parent 564f120c22
commit 0948d3598b
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
6 changed files with 145 additions and 24 deletions

View file

@ -161,3 +161,8 @@ bool LogModel::colorLines() const
{
return m_colorLines;
}
bool LogModel::isOverFlow()
{
return m_numLines >= m_maxLines && m_stopOnOverflow;
}