remove an unnecessary enum

This commit is contained in:
tudbut 2024-05-30 09:23:14 +02:00
parent de8320f219
commit 42fa368c85

View file

@ -36,11 +36,6 @@ public class ChatCrypt extends Feature {
Both,
}
public enum EncryptMode {
SBE,
Trypt,
}
@Config("Notification mode")
@Description("Where to put received messages (if you select Notification, you can still receive messages with chat hidden/disabled).")
public NotifMode mode = NotifMode.Chat;