From 3219d3227f35eaeb636d773c1d9e892bb364eb41 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sun, 12 Feb 2023 02:15:10 +0300 Subject: [PATCH] fix hidemerchsidebar --- patches/patches.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patches.json b/patches/patches.json index 7927f9b..74bee48 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -77,7 +77,7 @@ "from": "1.2.0", "do": "" }, - "match": "(return( .&&\\(!.\\|\\|..length\\<1\\)&&..length\\>0&&\\(.=.\\),)?\\!.\\|\\|..length\\<1)", + "match": "(return( .&&\\(\\!.\\|\\|..length\\<1\\)&&..length\\>0&&\\(.=.\\),)?\\!.\\|\\|..length\\<1)", "replace": "return true " } },