fixed hidemerchsidebar

This commit is contained in:
amd64fox
2023-02-02 02:18:41 +03:00
parent 8349d2acae
commit efe63e7ea0

View File

@@ -77,8 +77,8 @@
"from": "1.2.0", "from": "1.2.0",
"do": "" "do": ""
}, },
"match": "(return)(!.\\|\\|..length<1)(\\?null:.+({|,)children:......get\\(\"artist-page.merch)", "match": "return\\!.\\|\\|..length\\<1",
"replace": "$1 true $3" "replace": "return true "
} }
}, },
"others": { "others": {