Fix Enable Available Checks from title screen.

This commit is contained in:
xxAtrain223 2025-05-17 11:46:58 -05:00 committed by GitHub
commit ef7fa219f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2114,8 +2114,11 @@ void CheckTrackerSettingsWindow::DrawElement() {
"with your current progress.")
.Color(THEME_COLOR))) {
enableAvailableChecks = CVarGetInteger(CVAR_TRACKER_CHECK("EnableAvailableChecks"), 0);
if (GameInteractor::IsSaveLoaded(true)) {
RecalculateAvailableChecks();
}
}
ImGui::EndDisabled();
// Filtering settings