From b9cd563915470aa9529f293a85d613ba8718910e Mon Sep 17 00:00:00 2001 From: Pranjal Khanna Date: Fri, 28 Jun 2024 20:55:33 +0530 Subject: [PATCH] Fixed tweak not running and typo (#2201) Tweak was not executing due to this --- config/tweaks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index 0f1b7162..849e4c13 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -58,7 +58,7 @@ "powercfg.exe /hibernate on" ] }, - "WPFToggleTweaksLaptopHybernation": { + "WPFTweaksLaptopHibernation": { "Content": "Set Hibernation as default (good for laptops)", "Description": "Most modern laptops have connected stadby enabled which drains the battery, this sets hibernation as default which will not drain the battery. See issue https://github.com/ChrisTitusTech/winutil/issues/1399", "category": "Essential Tweaks",