mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-13 08:39:09 +01:00
Minor tweak
This commit is contained in:
parent
2927bc20a6
commit
d05eee4cce
@ -70,7 +70,7 @@ namespace DS4WinWPF.DS4Forms.ViewModels.SpecialActions
|
||||
|
||||
Global.SaveAction(action.name, action.controls, 3, profilename, edit,
|
||||
action.ucontrols +
|
||||
(autoUntrigger ? ((action.ucontrols?.Length ?? 0) > 0 ? "/" : "") + "AutomaticUntrigger" : ""));
|
||||
(autoUntrigger ? (action.ucontrols.Length > 0 ? "/" : "") + "AutomaticUntrigger" : ""));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user