Commit be641a31 authored by ctrlaltca's avatar ctrlaltca
Browse files

Merge pull request #1120 from ctrlaltca/fix_1102

Fix "welcome" popup appearing more than once
parents dd16ea78 7ff318bd
......@@ -1129,6 +1129,8 @@ void CardDatabase::checkUnknownSets()
return;
}
detectedFirstRun = false;
int numUnknownSets = sets.getUnknownSetsNum();
// no unkown sets.
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