From 7fa0594267b5b37085635feaa35eadd14c45055e Mon Sep 17 00:00:00 2001 From: MyDrift Date: Thu, 26 Jun 2025 20:38:13 +0200 Subject: [PATCH] fix MenuShowDelay reg changes (#3449) - remove false MenuShowDelay - replace original value with true default value --- config/tweaks.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 2a24466e..b23d08aa 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2012,13 +2012,6 @@ "Value": "4294967295", "Type": "DWord" }, - { - "Path": "HKCU:\\Control Panel\\Desktop", - "OriginalValue": "1", - "Name": "MenuShowDelay", - "Value": "1", - "Type": "DWord" - }, { "Path": "HKCU:\\Control Panel\\Desktop", "OriginalValue": "1", @@ -2192,7 +2185,7 @@ }, { "Path": "HKCU:\\Control Panel\\Desktop", - "OriginalValue": "1", + "OriginalValue": "400", "Name": "MenuShowDelay", "Value": "200", "Type": "String"