mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 10:33:54 -07:00
Fix Logs tab close button not working (#6104)
This commit is contained in:
parent
b8dedb568c
commit
bd65aae81e
1 changed files with 2 additions and 2 deletions
|
|
@ -651,9 +651,9 @@ void TabSupervisor::openTabLog()
|
||||||
myAddTab(tabLog, aTabLog);
|
myAddTab(tabLog, aTabLog);
|
||||||
connect(tabLog, &QObject::destroyed, this, [this] {
|
connect(tabLog, &QObject::destroyed, this, [this] {
|
||||||
tabLog = nullptr;
|
tabLog = nullptr;
|
||||||
aTabAdmin->setChecked(false);
|
aTabLog->setChecked(false);
|
||||||
});
|
});
|
||||||
aTabAdmin->setChecked(true);
|
aTabLog->setChecked(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabSupervisor::updatePingTime(int value, int max)
|
void TabSupervisor::updatePingTime(int value, int max)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue