remove an unnecessary enum
This commit is contained in:
parent
de8320f219
commit
42fa368c85
1 changed files with 0 additions and 5 deletions
|
@ -36,11 +36,6 @@ public class ChatCrypt extends Feature {
|
||||||
Both,
|
Both,
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum EncryptMode {
|
|
||||||
SBE,
|
|
||||||
Trypt,
|
|
||||||
}
|
|
||||||
|
|
||||||
@Config("Notification mode")
|
@Config("Notification mode")
|
||||||
@Description("Where to put received messages (if you select Notification, you can still receive messages with chat hidden/disabled).")
|
@Description("Where to put received messages (if you select Notification, you can still receive messages with chat hidden/disabled).")
|
||||||
public NotifMode mode = NotifMode.Chat;
|
public NotifMode mode = NotifMode.Chat;
|
||||||
|
|
Loading…
Add table
Reference in a new issue