Skip to content

Commit

Permalink
moved notice in LoadModCache
Browse files Browse the repository at this point in the history
  • Loading branch information
tritonas00 committed Apr 5, 2021
1 parent 41a1c6d commit a5f1434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/resources/CacheSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ void CacheSystem::LoadModCache(CacheValidityState validity)
App::diag_log_console_echo->SetVal(App::diag_log_console_echo->GetBool());
this->DetectDuplicates();
this->WriteCacheFileJson();
App::GetGuiManager()->GetMainMenu()->CacheUpdatedNotice();
}

this->LoadCacheFileJson();
Expand Down Expand Up @@ -957,7 +958,6 @@ void CacheSystem::ParseZipArchives(String group)
}

RoR::App::GetGuiManager()->SetVisible_LoadingWindow(false);
App::GetGuiManager()->GetMainMenu()->CacheUpdatedNotice();
}

void CacheSystem::ParseSingleZip(String path)
Expand Down

0 comments on commit a5f1434

Please # to comment.