mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 16:37:44 -07:00
Merge pull request #1120 from ctrlaltca/fix_1102
Fix "welcome" popup appearing more than once
This commit is contained in:
@@ -1129,6 +1129,8 @@ void CardDatabase::checkUnknownSets()
|
||||
return;
|
||||
}
|
||||
|
||||
detectedFirstRun = false;
|
||||
|
||||
int numUnknownSets = sets.getUnknownSetsNum();
|
||||
// no unkown sets.
|
||||
if(!numUnknownSets)
|
||||
|
||||
Reference in New Issue
Block a user