From 8a4c43fa2e66852eaf80f1356c8891b97461876b Mon Sep 17 00:00:00 2001 From: Jordy Goodridge Date: Wed, 22 May 2024 15:46:21 -0700 Subject: [PATCH] Disable NoChatReports buttons --- config/NoChatReports/NCR-Client.json | 4 ++-- config/NoChatReports/NCR-Encryption.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/NoChatReports/NCR-Client.json b/config/NoChatReports/NCR-Client.json index e7f9c89..f90d88d 100644 --- a/config/NoChatReports/NCR-Client.json +++ b/config/NoChatReports/NCR-Client.json @@ -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": {} -} \ No newline at end of file +} diff --git a/config/NoChatReports/NCR-Encryption.json b/config/NoChatReports/NCR-Encryption.json index d964731..0038d1c 100644 --- a/config/NoChatReports/NCR-Encryption.json +++ b/config/NoChatReports/NCR-Encryption.json @@ -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" ] -} \ No newline at end of file +}