Added notification log type

This commit is contained in:
M66B
2021-08-16 13:18:24 +02:00
parent 0b3b3e6d2a
commit e1557dc040
2 changed files with 16 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ public class EntityLog {
@NonNull
public String data;
enum Type {General, Statistics, Scheduling, Network, Account, Protocol, Classification}
enum Type {General, Statistics, Scheduling, Network, Account, Protocol, Classification, Notification}
private static final ExecutorService executor =
Helper.getBackgroundExecutor(1, "log");