mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-09-17 00:25:45 -04:00
fix: java memory not set on initial setup
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
1 file changed
+1
-2
@@ -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();
|
||||
|
||||
Reference in new issue
Block a user