Added code to override the bypassing of intro prompts

This commit is contained in:
2023-10-12 17:30:00 +01:00
parent 4c7a40a8e4
commit cd776cbc98
7 changed files with 125 additions and 69 deletions
+1
View File
@@ -26,5 +26,6 @@ namespace ASCOM.Meade.net
public double FocalLength { get; set; }
public double ApertureArea { get; set; }
public double ApertureDiameter { get; set; }
public bool IntroPromptBypassOverride { get; set; }
}
}