diff options
| author | Sky <git@bunnies.cc> | 2013-12-14 10:06:32 +0000 |
|---|---|---|
| committer | Sky <git@bunnies.cc> | 2013-12-14 10:06:32 +0000 |
| commit | 4623aa44f58575b6d2ceb0b047945ffeb0081f65 (patch) | |
| tree | 1ea8c96f0ee5af93e45288b4773b2c766a97bfcd | |
| parent | 20a332e97cad70582ac9fa89e37e231dbfeed454 (diff) | |
| download | PrismLauncher-4623aa44f58575b6d2ceb0b047945ffeb0081f65.tar.gz PrismLauncher-4623aa44f58575b6d2ceb0b047945ffeb0081f65.tar.bz2 PrismLauncher-4623aa44f58575b6d2ceb0b047945ffeb0081f65.zip | |
Add status shown specifically when downloading assets
| -rw-r--r-- | logic/OneSixUpdate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/OneSixUpdate.cpp b/logic/OneSixUpdate.cpp index 4228fc44..66950fc4 100644 --- a/logic/OneSixUpdate.cpp +++ b/logic/OneSixUpdate.cpp @@ -248,6 +248,7 @@ void OneSixUpdate::assetIndexFinished() } if(dls.size()) { + setStatus("Getting the assets files from Mojang..."); auto job = new NetJob("Assets for " + inst->name()); for(auto dl: dls) job->addNetAction(dl); |
