--- a/KerbalEngineer/Flight/Readouts/Vessel/IntakeAirDemandSupply.cs +++ b/KerbalEngineer/Flight/Readouts/Vessel/IntakeAirDemandSupply.cs @@ -43,7 +43,7 @@ this.Name = "Intake Air (D/S)"; this.Category = ReadoutCategory.GetCategory("Vessel"); this.HelpString = string.Empty; - this.IsDefault = true; + this.IsDefault = false; } #endregion