Browse Source

Show downloaded mods with no need to reload remote repositories

Piotr Wójcik 9 years ago
parent
commit
a4f12fb007
1 changed files with 4 additions and 0 deletions
  1. 4 0
      launcher/modManager/cmodlistview_moc.cpp

+ 4 - 0
launcher/modManager/cmodlistview_moc.cpp

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