diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index abf9384..f978d1f 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -2575,6 +2575,11 @@ namespace DS4Windows else if (type == "Profile") { typeID = ActionTypeId.Profile; + this.details = details; + if (extras != string.Empty) + { + extra = extras; + } } else if (type == "Macro") {