Added cpu sockets to dashboard client info popup

* Removed not working background mode for *nix
This commit is contained in:
BenDr0id 2018-01-04 17:32:56 +01:00
parent 36596dda59
commit 9620fe0eeb
12 changed files with 57 additions and 41 deletions

View file

@ -72,10 +72,14 @@ App::App(int argc, char **argv) :
Log::init();
# ifdef WIN32
if (!m_options->background()) {
# endif
Log::add(new ConsoleLog(m_options->colors()));
m_console = new Console(this);
# ifdef WIN32
}
# endif
if (m_options->logFile()) {
Log::add(new FileLog(m_options->logFile()));