GH-329 update description text in MainWindow when instance Minecraft version changes

This commit is contained in:
Petr Mrázek
2015-04-07 01:21:03 +02:00
parent f061bf7a27
commit 1f9dd45e49
3 changed files with 16 additions and 0 deletions

View File

@ -264,6 +264,7 @@ bool OneSixInstance::setIntendedVersionId(QString version)
{
clearProfile();
}
emit propertiesChanged(this);
return true;
}