mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fixed typo in Trim History confirmation.
New: Added warning to Settings -> Misc regarding backlog searching.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
@using NzbDrone.Web.Helpers
|
||||
@model NzbDrone.Web.Models.MiscSettingsModel
|
||||
@{ Layout = null; }
|
||||
|
||||
<div class="warningBox">
|
||||
Enabling Backlog searching will use lots of bandwidth, not recommended when using block accounts or you have bandwidth restrictions
|
||||
</div>
|
||||
|
||||
<div id="stylized">
|
||||
@using (Html.BeginForm("SaveMisc", "Settings", FormMethod.Post, new { id = "MiscForm", name = "MiscForm", @class = "settingsForm" }))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user