mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-25 10:46:51 +01:00
Special ignore for AutomaticUntrigger
This commit is contained in:
parent
be93e16da6
commit
2927bc20a6
@ -69,7 +69,10 @@ namespace DS4WinWPF.DS4Forms.ViewModels
|
||||
{
|
||||
foreach (string s in action.ucontrols.Split('/'))
|
||||
{
|
||||
controlUnloadTriggerList.Add(s);
|
||||
if (s != "AutomaticUntrigger")
|
||||
{
|
||||
controlUnloadTriggerList.Add(s);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user