fix: java memory not set on initial setup
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
cefb96e812
commit
87f2f88d4c
@ -64,8 +64,7 @@ bool JavaWizardPage::validatePage()
|
|||||||
}
|
}
|
||||||
case JavaSettingsWidget::ValidationStatus::AllOK: {
|
case JavaSettingsWidget::ValidationStatus::AllOK: {
|
||||||
settings->set("JavaPath", m_java_widget->javaPath());
|
settings->set("JavaPath", m_java_widget->javaPath());
|
||||||
return true;
|
} /* fallthrough */
|
||||||
}
|
|
||||||
case JavaSettingsWidget::ValidationStatus::JavaBad: {
|
case JavaSettingsWidget::ValidationStatus::JavaBad: {
|
||||||
// Memory
|
// Memory
|
||||||
auto s = APPLICATION->settings();
|
auto s = APPLICATION->settings();
|
||||||
|
Loading…
Reference in New Issue
Block a user