mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +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())
|
if(!mods.empty())
|
||||||
|
{
|
||||||
installMods(mods);
|
installMods(mods);
|
||||||
|
modStateModel->reloadLocalState();
|
||||||
|
modModel->reloadRepositories();
|
||||||
|
}
|
||||||
|
|
||||||
if(!maps.empty())
|
if(!maps.empty())
|
||||||
installMaps(maps);
|
installMaps(maps);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user