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