Fix profile action

This commit is contained in:
Travis Nickles 2017-04-06 20:13:39 -07:00
parent 773b90ebe1
commit 1a39c00a01

View File

@ -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")
{