From 85893789a8dc893e388302173bd2ef1bae6a6a01 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sun, 12 Feb 2023 01:47:24 +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 87ac415..7927f9b 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 " } },