Basic version changing (OneSix only for now)

This commit is contained in:
Petr Mrázek
2013-10-07 23:09:50 +02:00
parent 346087efbb
commit a58912eaf7
6 changed files with 15 additions and 3 deletions

View File

@ -314,6 +314,8 @@ QString LegacyInstance::defaultCustomBaseJar() const
bool LegacyInstance::menuActionEnabled ( QString action_name ) const
{
if (action_name == "actionChangeInstMCVersion")
return false;
return true;
}