Commit 7ff318bd authored by Fabio Bas's avatar Fabio Bas
Browse files

Fix "welcome" popup appearing more than once

parent dd16ea78
...@@ -1129,6 +1129,8 @@ void CardDatabase::checkUnknownSets() ...@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment