Changed default value of "In-line Chat" to false

This commit is contained in:
nuttylmao
2025-04-04 13:04:42 +11:00
parent 9e50746707
commit a5b79592da
+1 -1
View File
@@ -152,7 +152,7 @@
"label": "In-line Chat", "label": "In-line Chat",
"description": "Remove the line space after the username", "description": "Remove the line space after the username",
"type": "checkbox", "type": "checkbox",
"defaultValue": true, "defaultValue": false,
"group": "General" "group": "General"
}, },
{ {