Disable NoChatReports buttons

This commit is contained in:
Jordy Goodridge 2024-05-22 15:46:21 -07:00
parent 04b0bbb694
commit 8a4c43fa2e
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"demandOnServer": false, "demandOnServer": false,
"showServerSafety": true, "showServerSafety": false,
"hideRedChatIndicators": true, "hideRedChatIndicators": true,
"hideYellowChatIndicators": true, "hideYellowChatIndicators": true,
"hideGrayChatIndicators": true, "hideGrayChatIndicators": true,
@ -19,4 +19,4 @@
"postDisconnectAwaitSeconds": 10, "postDisconnectAwaitSeconds": 10,
"signingCheckDelaySeconds": 43200, "signingCheckDelaySeconds": 43200,
"serverSigningChecks": {} "serverSigningChecks": {}
} }

View File

@ -2,7 +2,7 @@
"skipWarning": false, "skipWarning": false,
"enableEncryption": false, "enableEncryption": false,
"encryptPublic": true, "encryptPublic": true,
"showEncryptionButton": true, "showEncryptionButton": false,
"showEncryptionIndicators": true, "showEncryptionIndicators": true,
"encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d", "encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d",
"encryptionPassphrase": "", "encryptionPassphrase": "",
@ -23,4 +23,4 @@
"etell:1", "etell:1",
"ewhisper:1" "ewhisper:1"
] ]
} }