keep client version persistant (#2750)

This commit is contained in:
Zach H 2017-06-04 13:59:37 -04:00 committed by GitHub
parent f3f83882e0
commit 0a57229886
3 changed files with 19 additions and 11 deletions

View file

@ -37,4 +37,5 @@ void DlgViewLog::logEntryAdded(QString message)
void DlgViewLog::closeEvent(QCloseEvent * /* event */)
{
logArea->clear();
logArea->appendPlainText(Logger::getInstance().getClientVersion());
}