mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
keep client version persistant (#2750)
This commit is contained in:
parent
f3f83882e0
commit
0a57229886
3 changed files with 19 additions and 11 deletions
|
|
@ -37,4 +37,5 @@ void DlgViewLog::logEntryAdded(QString message)
|
|||
void DlgViewLog::closeEvent(QCloseEvent * /* event */)
|
||||
{
|
||||
logArea->clear();
|
||||
logArea->appendPlainText(Logger::getInstance().getClientVersion());
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue