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,
"showServerSafety": true,
"showServerSafety": false,
"hideRedChatIndicators": true,
"hideYellowChatIndicators": true,
"hideGrayChatIndicators": true,
@ -19,4 +19,4 @@
"postDisconnectAwaitSeconds": 10,
"signingCheckDelaySeconds": 43200,
"serverSigningChecks": {}
}
}

View File

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