1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Show downloaded mods with no need to reload remote repositories

This commit is contained in:
Piotr Wójcik 2016-08-30 22:16:52 +02:00
parent 044e2b9e51
commit a4f12fb007

View File

@ -74,6 +74,10 @@ CModListView::CModListView(QWidget *parent) :
{
loadRepositories();
}
else
{
manager->resetRepositories();
}
}
void CModListView::loadRepositories()