Rework Minecraft and Java settings
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
adf2ed0849
commit
3922136f6d
9 changed files with 776 additions and 311 deletions
|
@ -93,7 +93,7 @@ void JavaCommon::javaBinaryWasBad(QWidget* parent, const JavaChecker::Result& re
|
|||
{
|
||||
QString text;
|
||||
text += QObject::tr(
|
||||
"The specified Java binary didn't work.<br />You should use the auto-detect feature, "
|
||||
"The specified Java binary didn't work.<br />You should press 'Detect', "
|
||||
"or set the path to the Java executable.<br />");
|
||||
CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue