mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 11:39:55 +00:00
No more disabling of actions in the instance toolbar. It makes no sense.
This commit is contained in:
@@ -14,11 +14,6 @@ QString LegacyFTBInstance::getStatusbarDescription()
|
||||
return "Legacy FTB: " + intendedVersionId();
|
||||
}
|
||||
|
||||
bool LegacyFTBInstance::menuActionEnabled(QString action_name) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
QString LegacyFTBInstance::id() const
|
||||
{
|
||||
return "FTB/" + BaseInstance::id();
|
||||
|
||||
Reference in New Issue
Block a user