Removed Plex Request from the notifications

This commit is contained in:
tidusjar 2017-02-03 14:35:41 +00:00
commit 29c8b456f4
8 changed files with 24 additions and 14 deletions

View file

@ -104,7 +104,8 @@
</div>
</div>
@Html.Checkbox(Model.Settings.NewSearch, "NewSearch", "Use New Search")
@*@Html.Checkbox(Model.Settings.NewSearch, "NewSearch", "Use New Search")*@
@Html.Checkbox(Model.Settings.EnableIssues, "EnableIssues", "Enable Issues")
<div class="form-group">
<div>
<button type="submit" id="save" class="btn btn-primary-outline">Submit</button>