From efe63e7ea06cbff78fd6b5ca0f33928d17376c34 Mon Sep 17 00:00:00 2001 From: amd64fox Date: Thu, 2 Feb 2023 02:18:41 +0300 Subject: [PATCH] fixed hidemerchsidebar --- patches/patches.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index ea6f93b..dfde1b5 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -77,8 +77,8 @@ "from": "1.2.0", "do": "" }, - "match": "(return)(!.\\|\\|..length<1)(\\?null:.+({|,)children:......get\\(\"artist-page.merch)", - "replace": "$1 true $3" + "match": "return\\!.\\|\\|..length\\<1", + "replace": "return true " } }, "others": {