C2019-025_Ability-to-Toggle-Replace-Words

This commit is contained in:
2025-01-24 10:12:43 -05:00
parent 37626d8f45
commit 71130bd26b
24 changed files with 1598 additions and 887 deletions

View File

@@ -202,6 +202,12 @@ namespace Volian.Base.Library
get { return VlnSettings._StepTypeToolTip; }
set { VlnSettings._StepTypeToolTip = value; }
}
private static bool _cbShwRplWrdsColor = false;
public static bool cbShwRplWrdsColor
{
get { return VlnSettings._cbShwRplWrdsColor; }
set { VlnSettings._cbShwRplWrdsColor = value; }
}
private static string _ReleaseMode = null;
public static string ReleaseMode
{