mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Merge pull request #346 from ryanccn/more-user-friendly-java-warning-text-ahaha
This commit is contained in:
parent
0b98a0884e
commit
a1fbf2b137
1 changed files with 2 additions and 0 deletions
|
|
@ -71,5 +71,7 @@ void VerifyJavaInstall::executeTask() {
|
|||
{
|
||||
emit logLine(tr("Java version %1").arg(major), MessageLevel::Error);
|
||||
}
|
||||
emit logLine(tr("Go to instance Java settings to change your Java version or disable the Java compatibility check if you know what you're doing."), MessageLevel::Error);
|
||||
|
||||
emitFailed(QString("Incompatible Java major version"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue