Added cpu sockets to dashboard client info popup
* Removed not working background mode for *nix
This commit is contained in:
parent
36596dda59
commit
9620fe0eeb
12 changed files with 57 additions and 41 deletions
|
@ -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()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue