mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
workaround for foreign card arts getting priority by default (#3652)
fixes #3623
This commit is contained in:
parent
2d8f01b2e9
commit
7eb2e36740
3 changed files with 17 additions and 3 deletions
|
|
@ -6,6 +6,13 @@
|
|||
#include <carddatabase.h>
|
||||
#include <utility>
|
||||
|
||||
// many users prefer not to see these sets with non english arts
|
||||
// as a solution we remove the date property on these sets
|
||||
// that way they will be sorted last by default
|
||||
// this will cause their art to not get priority over english cards
|
||||
// users will still be able to find these sets and prioritize them manually
|
||||
const QStringList nonEnglishSets = {"FBB", "PS11", "PSAL", "REN"};
|
||||
|
||||
class SetToDownload
|
||||
{
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue