mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
new carddb generator
This commit is contained in:
parent
f33d790822
commit
27d25d41ac
7 changed files with 373 additions and 78 deletions
|
|
@ -407,5 +407,6 @@ void CardDatabase::updateDatabasePath(const QString &path)
|
|||
cardDatabasePath = settings.value("carddatabase").toString();
|
||||
} else
|
||||
cardDatabasePath = path;
|
||||
loadFromFile(cardDatabasePath);
|
||||
if (!cardDatabasePath.isEmpty())
|
||||
loadFromFile(cardDatabasePath);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue