mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
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…
Add table
Add a link
Reference in a new issue