workaround for foreign card arts getting priority by default (#3652)

fixes #3623
This commit is contained in:
ebbit1q 2019-03-12 10:12:31 +01:00 committed by ctrlaltca
parent 2d8f01b2e9
commit 7eb2e36740
3 changed files with 17 additions and 3 deletions

View file

@ -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: