mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Fix Enable Available Checks from title screen. (#5502)
This commit is contained in:
parent
6acabae38f
commit
9cb6530858
1 changed files with 4 additions and 1 deletions
|
@ -2114,7 +2114,10 @@ void CheckTrackerSettingsWindow::DrawElement() {
|
||||||
"with your current progress.")
|
"with your current progress.")
|
||||||
.Color(THEME_COLOR))) {
|
.Color(THEME_COLOR))) {
|
||||||
enableAvailableChecks = CVarGetInteger(CVAR_TRACKER_CHECK("EnableAvailableChecks"), 0);
|
enableAvailableChecks = CVarGetInteger(CVAR_TRACKER_CHECK("EnableAvailableChecks"), 0);
|
||||||
RecalculateAvailableChecks();
|
|
||||||
|
if (GameInteractor::IsSaveLoaded(true)) {
|
||||||
|
RecalculateAvailableChecks();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
ImGui::EndDisabled();
|
ImGui::EndDisabled();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue