From fb4b71dfe2febbec8d304cc8fa22367ac5dfdbc4 Mon Sep 17 00:00:00 2001 From: RisaDev <151885272+RisaDev@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:35:31 +0300 Subject: [PATCH] Fixed typo --- CustomizePlus/Api/CustomizePlusIpc.Profile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)