Added code to override the bypassing of intro prompts
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user