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
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;
}