mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
Force-refresh of mod list model on start once local mods are loaded
This commit is contained in:
parent
ac01ec3733
commit
9bdf22a3cd
@ -152,6 +152,7 @@ CModListView::CModListView(QWidget * parent)
|
||||
ui->progressWidget->setVisible(false);
|
||||
dlManager = nullptr;
|
||||
|
||||
modModel->reloadRepositories();
|
||||
if(settings["launcher"]["autoCheckRepositories"].Bool())
|
||||
loadRepositories();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user