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:
parent
6bad88ba99
commit
b529de99ba
@ -851,7 +851,11 @@ void CModListView::installFiles(QStringList files)
|
||||
}
|
||||
|
||||
if(!mods.empty())
|
||||
{
|
||||
installMods(mods);
|
||||
modStateModel->reloadLocalState();
|
||||
modModel->reloadRepositories();
|
||||
}
|
||||
|
||||
if(!maps.empty())
|
||||
installMaps(maps);
|
||||
|
Loading…
Reference in New Issue
Block a user