We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab627f commit 0c51b46Copy full SHA for 0c51b46
src/main/java/com/aizistral/nochatreports/common/config/ClothConfigIntegration.java
@@ -157,10 +157,6 @@ protected static Screen getConfigScreen(Screen parent) {
157
.setSaveConsumer(newValue -> NCRConfig.getClient().verifiedIconOffsetY = newValue)
158
.build());
159
160
- // Warning for showEncryptionButton
161
- client.addEntry(entryBuilder.startTextDescription(Component.translatable("gui.NoChatReports.showEncryptionButtonWarning"))
162
- .build());
163
-
164
// Set an option for showServerSafety
165
client.addEntry(entryBuilder.startBooleanToggle(Component.translatable("option.NoChatReports.showServerSafety"), NCRConfig.getClient().showServerSafety)
166
.setDefaultValue(true)
0 commit comments