Преглед изворни кода

Skip h3 data setup if files are already present

Ivan Savenko пре 1 година
родитељ
комит
ae53c7f23e
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      launcher/firstLaunch/firstlaunch_moc.cpp

+ 3 - 0
launcher/firstLaunch/firstlaunch_moc.cpp

@@ -159,7 +159,10 @@ void FirstLaunchView::activateTabHeroesData()
 	ui->labelDataHelp->hide();
 #endif
 	if(heroesDataUpdate())
+	{
+		activateTabModPreset();
 		return;
+	}
 
 	QString installPath = getHeroesInstallDir();
 	if(!installPath.isEmpty())