mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 12:10:00 +00:00
NOISSUE Legacy migration success now closes the instance window
This commit is contained in:
@@ -218,7 +218,7 @@ void LogPage::on_btnClear_clicked()
|
||||
if(!m_model)
|
||||
return;
|
||||
m_model->clear();
|
||||
m_parentContainer->refreshContainer();
|
||||
m_container->refreshContainer();
|
||||
}
|
||||
|
||||
void LogPage::on_btnBottom_clicked()
|
||||
@@ -262,8 +262,3 @@ void LogPage::findActivated()
|
||||
ui->searchBar->selectAll();
|
||||
}
|
||||
}
|
||||
|
||||
void LogPage::setParentContainer(BasePageContainer * container)
|
||||
{
|
||||
m_parentContainer = container;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user