Merge pull request #1120 from ctrlaltca/fix_1102

Fix "welcome" popup appearing more than once
This commit is contained in:
ctrlaltca 2015-05-31 16:33:55 +02:00
commit be641a3146

View file

@ -1129,6 +1129,8 @@ void CardDatabase::checkUnknownSets()
return;
}
detectedFirstRun = false;
int numUnknownSets = sets.getUnknownSetsNum();
// no unkown sets.
if(!numUnknownSets)