Add clear console when starting gamemode setting.
Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
This commit is contained in:
@@ -537,6 +537,10 @@ void CConsoleSCB::AddToPendingLines(const QString& text, bool bNewLine)
|
||||
s_pendingLines.push_back({ text, bNewLine });
|
||||
}
|
||||
|
||||
void CConsoleSCB::ClearText()
|
||||
{
|
||||
ui->textEdit->clear();
|
||||
}
|
||||
/**
|
||||
* When a CVar variable is updated, we need to tell alert our console variables
|
||||
* pane so it can update the corresponding row
|
||||
|
||||
Reference in New Issue
Block a user