mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +03:00
Merge pull request #1128 from pandaninjas/fix-implicit-fallthrough
This commit is contained in:
parent
bab7105820
commit
6f1d594f1c
15 changed files with 45 additions and 35 deletions
|
|
@ -69,6 +69,7 @@ bool JavaWizardPage::validatePage()
|
|||
case JavaSettingsWidget::ValidationStatus::AllOK:
|
||||
{
|
||||
settings->set("JavaPath", m_java_widget->javaPath());
|
||||
return true;
|
||||
}
|
||||
case JavaSettingsWidget::ValidationStatus::JavaBad:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue