diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-24 15:04:18 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-24 15:04:18 +0300 |
commit | 19cb6ad5883c59c27f954042025bf89d44bed096 (patch) | |
tree | 14b6c94ca3b734b06c3f2f296fd5a546b9b08c5a /launcher/modplatform/flame | |
parent | 4a84084d9d605ae4fa9a8063f36bfdbcdc4c5c3d (diff) | |
download | PrismLauncher-19cb6ad5883c59c27f954042025bf89d44bed096.tar.gz PrismLauncher-19cb6ad5883c59c27f954042025bf89d44bed096.tar.bz2 PrismLauncher-19cb6ad5883c59c27f954042025bf89d44bed096.zip |
Updated Modrinth esport messages
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/flame')
-rw-r--r-- | launcher/modplatform/flame/FlamePackExportTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlamePackExportTask.cpp b/launcher/modplatform/flame/FlamePackExportTask.cpp index dc407653..837ded0f 100644 --- a/launcher/modplatform/flame/FlamePackExportTask.cpp +++ b/launcher/modplatform/flame/FlamePackExportTask.cpp @@ -157,12 +157,12 @@ void FlamePackExportTask::collectHashes() void FlamePackExportTask::makeApiRequest() { - setStatus(tr("Find versions for hashes...")); if (pendingHashes.isEmpty()) { buildZip(); return; } + setStatus(tr("Find versions for hashes...")); auto response = std::make_shared<QByteArray>(); QList<uint> fingerprints; |