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
+8
View File
@@ -660,6 +660,14 @@ namespace ASCOM.Meade.net
private void ApplySkipAutoStarPrompts()
{
if (_profileProperties.IntroPromptBypassOverride)
{
LogMessage("ApplySkipAutoStarPrompts", "This session will not attempt to skip the autostar intro prompts");
return;
}
LogMessage("ApplySkipAutoStarPrompts", "Attempting to skip the autostar intro prompts");
switch (SharedResourcesWrapper.ProductName)
{
case TelescopeList.LX200GPS: