Fixed typo
This commit is contained in:
@@ -105,7 +105,7 @@ public partial class CustomizePlusIpc
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
_profileManager.SetEnabled(uniqueId, true);
|
_profileManager.SetEnabled(uniqueId, state);
|
||||||
return ErrorCode.Success;
|
return ErrorCode.Success;
|
||||||
}
|
}
|
||||||
catch (ProfileNotFoundException ex)
|
catch (ProfileNotFoundException ex)
|
||||||
|
|||||||
Reference in New Issue
Block a user