Special ignore for AutomaticUntrigger

This commit is contained in:
Travis Nickles 2019-12-30 22:52:38 -06:00
parent be93e16da6
commit 2927bc20a6

View File

@ -68,10 +68,13 @@ namespace DS4WinWPF.DS4Forms.ViewModels
if (action.ucontrols != null) if (action.ucontrols != null)
{ {
foreach (string s in action.ucontrols.Split('/')) foreach (string s in action.ucontrols.Split('/'))
{
if (s != "AutomaticUntrigger")
{ {
controlUnloadTriggerList.Add(s); controlUnloadTriggerList.Add(s);
} }
} }
}
actionName = action.name; actionName = action.name;
for(int i = 0; i < typeAssoc.Length; i++) for(int i = 0; i < typeAssoc.Length; i++)