Fixed typo

This commit is contained in:
RisaDev
2024-03-18 00:35:31 +03:00
parent 4df9dae88a
commit fb4b71dfe2

View File

@@ -105,7 +105,7 @@ public partial class CustomizePlusIpc
try
{
_profileManager.SetEnabled(uniqueId, true);
_profileManager.SetEnabled(uniqueId, state);
return ErrorCode.Success;
}
catch (ProfileNotFoundException ex)