Merge pull request #1120 from ctrlaltca/fix_1102
Fix "welcome" popup appearing more than once
This commit is contained in:
commit
be641a3146
1 changed files with 2 additions and 0 deletions
|
@ -1129,6 +1129,8 @@ void CardDatabase::checkUnknownSets()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
detectedFirstRun = false;
|
||||||
|
|
||||||
int numUnknownSets = sets.getUnknownSetsNum();
|
int numUnknownSets = sets.getUnknownSetsNum();
|
||||||
// no unkown sets.
|
// no unkown sets.
|
||||||
if(!numUnknownSets)
|
if(!numUnknownSets)
|
||||||
|
|
Loading…
Reference in a new issue