mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -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);
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue