fixup! Reset the branch on v2.1.0 tag to get to a shared state between dev and Master.

This commit is contained in:
distaula 2017-02-24 12:01:23 -05:00
parent 2e8736de46
commit a0c783ea81
4 changed files with 13 additions and 4 deletions

View file

@ -38,6 +38,7 @@ namespace Ombi.Core.SettingModels
public bool UsersCanViewOnlyOwnRequests { get; set; }
public bool UsersCanViewOnlyOwnIssues { get; set; }
public bool BypassRequestLimit { get; set; }
public bool ViewUsers { get; set; }
// Features
public bool RecentlyAddedNotification { get; set; }