Made tar.gz parser
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
ab7fc2e46c
commit
1a6dfd04d6
15 changed files with 381 additions and 6 deletions
|
@ -180,7 +180,7 @@ void JavaSettingsWidget::initialize()
|
|||
tr("%1 can automatically download the correct Java version for each version of Minecraft..\n"
|
||||
"Do you want to enable Java auto-download?\n")
|
||||
.arg(BuildConfig.LAUNCHER_DISPLAYNAME),
|
||||
QMessageBox::Warning, QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes)
|
||||
QMessageBox::Question, QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes)
|
||||
->exec();
|
||||
if (button == QMessageBox::Yes) {
|
||||
m_autodetectJavaCheckBox->setChecked(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue