mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
Fix submods not showing up in Launcher after install
This commit is contained in:
@@ -851,7 +851,11 @@ void CModListView::installFiles(QStringList files)
|
||||
}
|
||||
|
||||
if(!mods.empty())
|
||||
{
|
||||
installMods(mods);
|
||||
modStateModel->reloadLocalState();
|
||||
modModel->reloadRepositories();
|
||||
}
|
||||
|
||||
if(!maps.empty())
|
||||
installMaps(maps);
|
||||
|
Reference in New Issue
Block a user