From 236b6e6a3f90ddcb493faa2ffda492824f822b37 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Mon, 5 Sep 2022 19:38:25 +0800 Subject: make spam hider disabled by default --- features/spamHider/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/spamHider/metadata.json b/features/spamHider/metadata.json index 7e8e2b1..78031d8 100644 --- a/features/spamHider/metadata.json +++ b/features/spamHider/metadata.json @@ -3,6 +3,6 @@ "description": "A couple of features to help clean up your chat", "isHidden": false, "isTogglable": true, - "defaultEnabled": true, + "defaultEnabled": false, "sortA": 1 } \ No newline at end of file -- cgit