From 1d8b307bb5790aa8c0040a76638f57f757cfb782 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 18 May 2017 16:18:25 -0400 Subject: More notification updates --- Project-Unite/Models/IdentityModels.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project-Unite/Models') diff --git a/Project-Unite/Models/IdentityModels.cs b/Project-Unite/Models/IdentityModels.cs index 9e3898b..68c21fe 100644 --- a/Project-Unite/Models/IdentityModels.cs +++ b/Project-Unite/Models/IdentityModels.cs @@ -52,7 +52,7 @@ namespace Project_Unite.Models public bool ShowEmail { get; set; } public bool ShowPostAndTopicCounts { get; set; } public bool ShowJoinDate { get; set; } - + public bool EmailOnNotifications { get; set; } #endregion -- cgit v1.2.3