From e7aa1656c8caef8043d5f277188fda7572074264 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sat, 9 Nov 2024 22:19:58 +0100 Subject: [PATCH] fix window snapping - fix issue defining WindowArrangementActive as dword instead of string --- config/tweaks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index 21b56169..7eb24195 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -3401,7 +3401,7 @@ "Name": "WindowArrangementActive", "Value": "1", "OriginalValue": "0", - "Type": "DWord" + "Type": "String" } ], "link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/SnapWindow"