Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into toggle_deps

This commit is contained in:
Trial97
2023-10-24 23:40:36 +03:00
5 changed files with 56 additions and 8 deletions

View File

@ -64,8 +64,7 @@ bool JavaWizardPage::validatePage()
}
case JavaSettingsWidget::ValidationStatus::AllOK: {
settings->set("JavaPath", m_java_widget->javaPath());
return true;
}
} /* fallthrough */
case JavaSettingsWidget::ValidationStatus::JavaBad: {
// Memory
auto s = APPLICATION->settings();