From 5acd10b5f25ed3ed3deab2805f5b2cd67d0b8f28 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Wed, 29 Mar 2023 16:39:40 -0500 Subject: [PATCH] Update BTKUIAddon.cs --- DesktopVRIK/Integrations/BTKUIAddon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DesktopVRIK/Integrations/BTKUIAddon.cs b/DesktopVRIK/Integrations/BTKUIAddon.cs index a0b4ea7..62387c5 100644 --- a/DesktopVRIK/Integrations/BTKUIAddon.cs +++ b/DesktopVRIK/Integrations/BTKUIAddon.cs @@ -24,7 +24,7 @@ public static class BTKUIAddon Category desktopVRIKCategory = desktopVRIKPage.AddCategory(DesktopVRIKMod.SettingsCategory); // General Settings - AddMelonToggle(ref desktopVRIKCategory, DesktopVRIKMod.EntryEnabled); + //AddMelonToggle(ref desktopVRIKCategory, DesktopVRIKMod.EntryEnabled); AddMelonToggle(ref desktopVRIKCategory, DesktopVRIKMod.EntryPlantFeet); AddMelonToggle(ref desktopVRIKCategory, DesktopVRIKMod.EntryResetFootstepsOnIdle);