diff --git a/Tranga.sln.DotSettings b/Tranga.sln.DotSettings
index 7f9a86f..1162c8f 100644
--- a/Tranga.sln.DotSettings
+++ b/Tranga.sln.DotSettings
@@ -2,7 +2,9 @@
True
True
True
+ True
True
+ True
True
True
True
diff --git a/Tranga/NotificationConnectors/NotificationConnector.cs b/Tranga/NotificationConnectors/NotificationConnector.cs
index 938164e..9b79919 100644
--- a/Tranga/NotificationConnectors/NotificationConnector.cs
+++ b/Tranga/NotificationConnectors/NotificationConnector.cs
@@ -2,7 +2,7 @@
public abstract class NotificationConnector : GlobalBase
{
- public NotificationManagerType notificationManagerType;
+ public readonly NotificationManagerType notificationManagerType;
protected NotificationConnector(GlobalBase clone, NotificationManagerType notificationManagerType) : base(clone)
{