mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
Fix "welcome" popup appearing more than once
This commit is contained in:
parent
dd16ea78ac
commit
7ff318bd04
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