diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-10-21 23:25:52 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-10-21 23:25:52 +0200 |
commit | 7c86732a47ab40db4061e6c333945e4922f4626e (patch) | |
tree | 1e9764a46ed6363444b9dbded151c8da2a444479 /launcher/updater | |
parent | a8458e36ff84c229f68374dfa5319a147b6bce13 (diff) | |
download | PrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.tar.gz PrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.tar.bz2 PrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.zip |
NOISSUE Update links to repo, fix up library README
Diffstat (limited to 'launcher/updater')
-rw-r--r-- | launcher/updater/DownloadTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/updater/DownloadTask.cpp b/launcher/updater/DownloadTask.cpp index 2c62ad24..875d9d84 100644 --- a/launcher/updater/DownloadTask.cpp +++ b/launcher/updater/DownloadTask.cpp @@ -131,7 +131,7 @@ void DownloadTask::processDownloadedVersionInfo() QObject::connect(netJob.get(), &NetJob::progress, this, &DownloadTask::fileDownloadProgressChanged); QObject::connect(netJob.get(), &NetJob::failed, this, &DownloadTask::fileDownloadFailed); - if(netJob->size() == 1) // Translation issues... see https://github.com/MultiMC/MultiMC5/issues/1701 + if(netJob->size() == 1) // Translation issues... see https://github.com/MultiMC/Launcher/issues/1701 { setStatus(tr("Downloading one update file.")); } |