瀏覽代碼

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())