mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
Instance flags. Currently used for marking instances as broken. Can later be used for badges.
This commit is contained in:
parent
4e8be668cb
commit
0b56b5efaf
10 changed files with 83 additions and 10 deletions
|
|
@ -846,7 +846,7 @@ bool OneSixVersionBuilder::build(const bool onlyVanilla)
|
|||
{
|
||||
QMessageBox::critical(
|
||||
m_widgetParent, QObject::tr("Error"),
|
||||
QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC"));
|
||||
QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC"));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
@ -880,7 +880,7 @@ bool OneSixVersionBuilder::build(const bool onlyVanilla)
|
|||
{
|
||||
QMessageBox::critical(
|
||||
m_widgetParent, QObject::tr("Error"),
|
||||
QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC"));
|
||||
QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC"));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
@ -931,7 +931,7 @@ bool OneSixVersionBuilder::build(const bool onlyVanilla)
|
|||
{
|
||||
QMessageBox::critical(
|
||||
m_widgetParent, QObject::tr("Error"),
|
||||
QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC"));
|
||||
QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC"));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
@ -1024,7 +1024,7 @@ bool OneSixVersionBuilder::read(const QJsonObject &obj)
|
|||
{
|
||||
QMessageBox::critical(
|
||||
m_widgetParent, QObject::tr("Error"),
|
||||
QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC"));
|
||||
QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue