We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201ccf0 commit 224d3caCopy full SHA for 224d3ca
Source/Orts.Formats.Msts/CabViewFile.cs
@@ -373,8 +373,8 @@ public class CabViewControl
373
public CABViewControlStyles ControlStyle = CABViewControlStyles.NONE;
374
public CABViewControlUnits Units = CABViewControlUnits.NONE;
375
376
- public bool DisabledIfLowVoltagePowerSupplyOff = false;
377
- public bool DisabledIfCabPowerSupplyOff = false;
+ public bool DisabledIfLowVoltagePowerSupplyOff { get; private set; } = false;
+ public bool DisabledIfCabPowerSupplyOff { get; private set; } = false;
378
379
protected void ParseType(STFReader stf)
380
{
0 commit comments