Basic version changing (OneSix only for now)
This commit is contained in:
@ -314,6 +314,8 @@ QString LegacyInstance::defaultCustomBaseJar() const
|
||||
|
||||
bool LegacyInstance::menuActionEnabled ( QString action_name ) const
|
||||
{
|
||||
if (action_name == "actionChangeInstMCVersion")
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user