diff --git a/CustomizePlus/Api/CustomizePlusIpc.Profile.cs b/CustomizePlus/Api/CustomizePlusIpc.Profile.cs index ea39f29..ab26d81 100644 --- a/CustomizePlus/Api/CustomizePlusIpc.Profile.cs +++ b/CustomizePlus/Api/CustomizePlusIpc.Profile.cs @@ -105,7 +105,7 @@ public partial class CustomizePlusIpc try { - _profileManager.SetEnabled(uniqueId, true); + _profileManager.SetEnabled(uniqueId, state); return ErrorCode.Success; } catch (ProfileNotFoundException ex)