Enabling private message received notification by default (turns out as quite helpfull)

This commit is contained in:
WolverinDEV 2020-08-05 19:34:32 +02:00
parent dab2c58162
commit 1709bfcbbe

View file

@ -20,7 +20,7 @@ notificationDefaultStatus[EventType.SERVER_CLOSED] = true;
notificationDefaultStatus[EventType.SERVER_HOST_MESSAGE_DISCONNECT] = true;
notificationDefaultStatus[EventType.GLOBAL_MESSAGE] = true;
notificationDefaultStatus[EventType.CONNECTION_FAILED] = true;
//notificationDefaultStatus[EventType.PRIVATE_MESSAGE_RECEIVED] = true;
notificationDefaultStatus[EventType.PRIVATE_MESSAGE_RECEIVED] = true;
let windowFocused = false;