mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-20 18:57:14 +00:00
No more disabling of actions in the instance toolbar. It makes no sense.
This commit is contained in:
@@ -453,19 +453,6 @@ QString OneSixInstance::defaultCustomBaseJar() const
|
||||
return PathCombine(instanceRoot(), "custom.jar");
|
||||
}
|
||||
|
||||
bool OneSixInstance::menuActionEnabled(QString action_name) const
|
||||
{
|
||||
if (flags().contains(VersionBrokenFlag))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (action_name == "actionChangeInstLWJGLVersion")
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
QString OneSixInstance::getStatusbarDescription()
|
||||
{
|
||||
QStringList traits;
|
||||
|
||||
Reference in New Issue
Block a user