mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
fix auto java install
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -166,6 +166,7 @@ void LaunchProfile::applyCompatibleJavaMajors(QList<int>& javaMajor)
|
||||
}
|
||||
void LaunchProfile::applyCompatibleJavaName(QString javaName)
|
||||
{
|
||||
if (!javaName.isEmpty())
|
||||
m_compatibleJavaName = javaName;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user