diff --git a/cockatrice/src/client/tabs/tab_supervisor.cpp b/cockatrice/src/client/tabs/tab_supervisor.cpp index feb989fbf..37bff7413 100644 --- a/cockatrice/src/client/tabs/tab_supervisor.cpp +++ b/cockatrice/src/client/tabs/tab_supervisor.cpp @@ -651,9 +651,9 @@ void TabSupervisor::openTabLog() myAddTab(tabLog, aTabLog); connect(tabLog, &QObject::destroyed, this, [this] { tabLog = nullptr; - aTabAdmin->setChecked(false); + aTabLog->setChecked(false); }); - aTabAdmin->setChecked(true); + aTabLog->setChecked(true); } void TabSupervisor::updatePingTime(int value, int max)