mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
Add comp architecture (#2968)
This commit is contained in:
parent
c8122c94ef
commit
6fc1aaef90
4 changed files with 83 additions and 33 deletions
|
|
@ -55,4 +55,5 @@ void DlgViewLog::closeEvent(QCloseEvent * /* event */)
|
|||
}
|
||||
|
||||
logArea->appendPlainText(Logger::getInstance().getClientVersion());
|
||||
}
|
||||
logArea->appendPlainText(Logger::getInstance().getSystemArchitecture());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue