mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-23 21:29:13 +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();
|
ui->labelDataHelp->hide();
|
||||||
#endif
|
#endif
|
||||||
if(heroesDataUpdate())
|
if(heroesDataUpdate())
|
||||||
|
{
|
||||||
|
activateTabModPreset();
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
QString installPath = getHeroesInstallDir();
|
QString installPath = getHeroesInstallDir();
|
||||||
if(!installPath.isEmpty())
|
if(!installPath.isEmpty())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user