Add comp architecture (#2968)

This commit is contained in:
Kyle Grammer 2018-01-10 22:19:08 -05:00 committed by Zach H
parent c8122c94ef
commit 6fc1aaef90
4 changed files with 83 additions and 33 deletions

View file

@ -55,4 +55,5 @@ void DlgViewLog::closeEvent(QCloseEvent * /* event */)
}
logArea->appendPlainText(Logger::getInstance().getClientVersion());
}
logArea->appendPlainText(Logger::getInstance().getSystemArchitecture());
}