fix downloaded resources not being applied

This commit is contained in:
HJfod 2022-11-01 11:37:25 +02:00
parent 3594ef6320
commit dae71d584c

View file

@ -125,6 +125,8 @@ void InternalLoader::downloadLoaderResources(IndexUpdateCallback callback) {
ghc::filesystem::remove(tempResourcesZip);
} catch(...) {}
Loader::get()->updateResources();
if (callback) callback(
UpdateStatus::Finished,
"Resources updated",