1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Fix submods not showing up in Launcher after install

This commit is contained in:
Ivan Savenko 2024-11-24 17:15:17 +00:00
parent 6bad88ba99
commit b529de99ba

View File

@ -851,7 +851,11 @@ void CModListView::installFiles(QStringList files)
}
if(!mods.empty())
{
installMods(mods);
modStateModel->reloadLocalState();
modModel->reloadRepositories();
}
if(!maps.empty())
installMaps(maps);