mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-26 16:41:50 +01:00
parent
58d533b1ca
commit
694af58154
@ -65,7 +65,7 @@ namespace DS4WinWPF.DS4Forms.ViewModels.SpecialActions
|
||||
string profilename = profileList.ProfileListCol[profileIndex - 1].Name;
|
||||
Global.SaveAction(action.name, action.controls, 3, profilename, edit,
|
||||
action.ucontrols +
|
||||
(autoUntrigger ? (action.ucontrols.Length > 0 ? "/" : "") + "AutomaticUntrigger" : ""));
|
||||
(autoUntrigger ? ((action.ucontrols?.Length ?? 0) > 0 ? "/" : "") + "AutomaticUntrigger" : ""));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user