Minor fixes in ClientId column tooltips (Threads/Cores)

This commit is contained in:
BenDroid 2017-11-13 23:15:58 +01:00
parent 7fa4f3203f
commit a5f81b8ae4
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ CCClient::CCClient(const Options *options)
m_clientStatus.setCpuL2(Cpu::l2());
m_clientStatus.setCpuL3(Cpu::l3());
m_clientStatus.setCurrentThreads(Cpu::threads());
m_clientStatus.setCurrentThreads(m_options->threads());
if (m_options->ccToken() != nullptr) {
m_authorization = std::string("Bearer ") + m_self->m_options->ccToken();