mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 13:26:58 +03:00
NOISSUE Legacy migration success now closes the instance window
This commit is contained in:
parent
719f112f64
commit
1a38587877
10 changed files with 41 additions and 19 deletions
|
|
@ -98,11 +98,6 @@ bool VersionPage::shouldDisplay() const
|
|||
return !m_inst->isRunning();
|
||||
}
|
||||
|
||||
void VersionPage::setParentContainer(BasePageContainer * container)
|
||||
{
|
||||
m_container = container;
|
||||
}
|
||||
|
||||
VersionPage::VersionPage(MinecraftInstance *inst, QWidget *parent)
|
||||
: QWidget(parent), ui(new Ui::VersionPage), m_inst(inst)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue