update thresholds each time java result changes

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-08-26 17:43:49 +03:00
parent d55ebefac3
commit 034e2a44ad
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -468,6 +468,7 @@ void JavaSettingsWidget::checkFinished(const JavaChecker::Result& result)
break; break;
} }
} }
updateThresholds();
m_checker.reset(); m_checker.reset();
if (!queuedCheck.isNull()) { if (!queuedCheck.isNull()) {
checkJavaPath(queuedCheck); checkJavaPath(queuedCheck);