From 1a39c00a0181ce9b95d1411fe9a46af40e4ac793 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Thu, 6 Apr 2017 20:13:39 -0700 Subject: [PATCH] Fix profile action --- DS4Windows/DS4Control/ScpUtil.cs | 5 +++++ 1 file changed, 5 insertions(+) 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") {