mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
@@ -1040,6 +1040,7 @@ void CModListView::installMods(QStringList archives)
|
||||
modsToEnable.push_back(mod);
|
||||
|
||||
manager->uninstallMod(mod);
|
||||
reload(mod);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1323,7 +1324,7 @@ void CModListView::doUninstallMod(const QString & modName)
|
||||
if(modStateModel->isModEnabled(modName))
|
||||
manager->disableMod(modName);
|
||||
manager->uninstallMod(modName);
|
||||
reload();
|
||||
reload(modName);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user