diff options
| author | Michael <[email protected]> | 2017-05-18 16:18:25 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-18 16:18:25 -0400 |
| commit | 1d8b307bb5790aa8c0040a76638f57f757cfb782 (patch) | |
| tree | 0a5eccc30e386c926db471882c2cde9d4174c669 /Project-Unite/Models | |
| parent | 0571a9c8d98d3d01bc1a821577c181a0b722e6c7 (diff) | |
| download | project-unite-1d8b307bb5790aa8c0040a76638f57f757cfb782.tar.gz project-unite-1d8b307bb5790aa8c0040a76638f57f757cfb782.tar.bz2 project-unite-1d8b307bb5790aa8c0040a76638f57f757cfb782.zip | |
More notification updates
Diffstat (limited to 'Project-Unite/Models')
| -rw-r--r-- | Project-Unite/Models/IdentityModels.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
