Fix Logs tab close button not working (#6104)

This commit is contained in:
RickyRister 2025-09-06 02:04:50 -07:00 committed by GitHub
parent b8dedb568c
commit bd65aae81e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)