diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2022-11-11 15:45:40 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2022-11-11 15:45:40 -0700 |
commit | 3f6cc178188a28e551755219bfa0a441ad8cfdcf (patch) | |
tree | 179f5d774bc43490275fba7a78b31ce8501a3ef4 /launcher/modplatform | |
parent | 5909af9878d67f2900c92e8d1dd3eec7a53a840a (diff) | |
download | PrismLauncher-3f6cc178188a28e551755219bfa0a441ad8cfdcf.tar.gz PrismLauncher-3f6cc178188a28e551755219bfa0a441ad8cfdcf.tar.bz2 PrismLauncher-3f6cc178188a28e551755219bfa0a441ad8cfdcf.zip |
properly handle a currently running hashing task
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/modplatform')
-rw-r--r-- | launcher/modplatform/flame/FlameInstanceCreationTask.cpp | 2 | ||||
-rw-r--r-- | launcher/modplatform/modpacksch/FTBPackInstallTask.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/launcher/modplatform/flame/FlameInstanceCreationTask.cpp b/launcher/modplatform/flame/FlameInstanceCreationTask.cpp index eff729eb..4b9e7b86 100644 --- a/launcher/modplatform/flame/FlameInstanceCreationTask.cpp +++ b/launcher/modplatform/flame/FlameInstanceCreationTask.cpp @@ -396,7 +396,7 @@ void FlameCreationTask::idResolverSucceeded(QEventLoop& loop) tr("The following files are not available for download in third party launchers.<br/>" "You will need to manually download them and add them to the instance.<br/><br/>" "Your configured global mods folder and default downloads folder<br/>" - "are automatically checked for the downloaded mods.<br/>" + "are automatically checked for the downloaded mods and they will be copied to the instance if found.<br/>" "Optionally, you may drag and drop the downloaded mods onto this dialog or add a folder to watch<br/>" "if you did not download the mods to a default location."), blocked_mods); diff --git a/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp b/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp index d74faf08..26d0c5a1 100644 --- a/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp +++ b/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp @@ -214,7 +214,7 @@ void PackInstallTask::onResolveModsSucceeded() tr("The following files are not available for download in third party launchers.<br/>" "You will need to manually download them and add them to the instance.<br/><br/>" "Your configured global mods folder and default downloads folder<br/>" - "are automatically checked for the downloaded mods.<br/>" + "are automatically checked for the downloaded mods and they will be copied to the instance if found.<br/>" "Optionally, you may drag and drop the downloaded mods onto this dialog or add a folder to watch<br/>" "if you did not download the mods to a default location."), m_blocked_mods); |