chore: improve log display
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
564f120c22
commit
0948d3598b
6 changed files with 145 additions and 24 deletions
|
@ -161,3 +161,8 @@ bool LogModel::colorLines() const
|
|||
{
|
||||
return m_colorLines;
|
||||
}
|
||||
|
||||
bool LogModel::isOverFlow()
|
||||
{
|
||||
return m_numLines >= m_maxLines && m_stopOnOverflow;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue