Fix "welcome" popup appearing more than once

This commit is contained in:
Fabio Bas 2015-05-31 16:32:46 +02:00
parent dd16ea78ac
commit 7ff318bd04

View file

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