B2025-050 Fixed settings that required restarting PROMS and the toggle of Sync Navigation

This commit is contained in:
2025-09-23 11:25:34 -04:00
parent d175c4b564
commit 72ca259771
11 changed files with 81 additions and 66 deletions

View File

@@ -197,7 +197,7 @@ namespace Volian.Base.Library
set { VlnSettings._UserID = value; }
}
private static bool _StepTypeToolTip = false;
public static bool StepTypeToolType
public static bool StepTypeToolTip
{
get { return VlnSettings._StepTypeToolTip; }
set { VlnSettings._StepTypeToolTip = value; }