mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Wire up a whole bunch of stuff on read
This commit is contained in:
@@ -709,14 +709,14 @@ namespace SabreTools.Library.Filtering
|
||||
Runnables.Positive |= value.AsRunnable();
|
||||
break;
|
||||
|
||||
case Field.Devices:
|
||||
case Field.DeviceReferences:
|
||||
if (negate)
|
||||
Devices.NegativeSet.Add(value);
|
||||
else
|
||||
Devices.PositiveSet.Add(value);
|
||||
break;
|
||||
|
||||
case Field.SlotOptions:
|
||||
case Field.Slots:
|
||||
if (negate)
|
||||
SlotOptions.NegativeSet.Add(value);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user