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