mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Skip h3 data setup if files are already present
This commit is contained in:
@@ -159,7 +159,10 @@ void FirstLaunchView::activateTabHeroesData()
|
||||
ui->labelDataHelp->hide();
|
||||
#endif
|
||||
if(heroesDataUpdate())
|
||||
{
|
||||
activateTabModPreset();
|
||||
return;
|
||||
}
|
||||
|
||||
QString installPath = getHeroesInstallDir();
|
||||
if(!installPath.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user