NOISSUE Prepare mod install for possible move

This commit is contained in:
janrupf
2019-06-19 17:54:39 +02:00
committed by Petr Mrázek
parent ce12f1a734
commit cec5f7332e
3 changed files with 6 additions and 8 deletions

View File

@@ -163,7 +163,7 @@ void ModFolderPage::on_addModBtn_clicked()
{
for (auto filename : list)
{
m_mods->installMod(filename);
m_mods->installMod(filename, false);
}
}
}