change PriorityFallback to 1

This commit is contained in:
Cameron McDonald 2024-11-21 14:53:08 -06:00
parent 90ab477976
commit ff85cbae91

View file

@ -33,11 +33,11 @@ public:
enum Priority
{
PriorityUndefined = 0,
PriorityFallback = 1,
PriorityPrimary = 10,
PrioritySecondary = 20,
PriorityReprint = 30,
PriorityOther = 40,
PriorityFallback = 50,
PriorityLowest = 100,
};