drag&drop + add folder to watch
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
64576f4c4c
commit
5909af9878
4 changed files with 92 additions and 12 deletions
|
@ -212,7 +212,11 @@ void PackInstallTask::onResolveModsSucceeded()
|
|||
|
||||
auto message_dialog = new BlockedModsDialog(m_parent, tr("Blocked files found"),
|
||||
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."),
|
||||
"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/>"
|
||||
"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);
|
||||
|
||||
if (message_dialog->exec() == QDialog::Accepted) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue