From 5909af9878d67f2900c92e8d1dd3eec7a53a840a Mon Sep 17 00:00:00 2001
From: Rachel Powers <508861+Ryex@users.noreply.github.com>
Date: Fri, 11 Nov 2022 14:10:45 -0700
Subject: drag&drop + add folder to watch
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
---
launcher/modplatform/flame/FlameInstanceCreationTask.cpp | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
(limited to 'launcher/modplatform/flame')
diff --git a/launcher/modplatform/flame/FlameInstanceCreationTask.cpp b/launcher/modplatform/flame/FlameInstanceCreationTask.cpp
index f0fbdc96..eff729eb 100644
--- a/launcher/modplatform/flame/FlameInstanceCreationTask.cpp
+++ b/launcher/modplatform/flame/FlameInstanceCreationTask.cpp
@@ -393,8 +393,12 @@ void FlameCreationTask::idResolverSucceeded(QEventLoop& loop)
qWarning() << "Blocked mods found, displaying mod list";
auto message_dialog = new BlockedModsDialog(m_parent, tr("Blocked mods found"),
- tr("The following mods were blocked on third party launchers.
"
- "You will need to manually download them and add them to the modpack"),
+ tr("The following files are not available for download in third party launchers.
"
+ "You will need to manually download them and add them to the instance.
"
+ "Your configured global mods folder and default downloads folder
"
+ "are automatically checked for the downloaded mods.
"
+ "Optionally, you may drag and drop the downloaded mods onto this dialog or add a folder to watch
"
+ "if you did not download the mods to a default location."),
blocked_mods);
message_dialog->setModal(true);
--
cgit