mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-26 01:52:41 -04:00
added dummy toggle to represent replacement searches
This commit is contained in:
@@ -20,12 +20,14 @@
|
||||
<app-card header="Search Settings">
|
||||
<div class="form-stack">
|
||||
<app-toggle label="Search Enabled" [(checked)]="searchEnabled"
|
||||
hint="Master toggle for all searching. When disabled, no reactive or proactive searches will be performed." />
|
||||
hint="Master toggle for all searching. When disabled, no replacement or proactive searches will be performed." />
|
||||
@if (searchEnabled()) {
|
||||
<app-number-input label="Search Interval" [(value)]="searchInterval" [min]="2" [max]="10" suffix="minutes"
|
||||
hint="How often the seeker runs to process searches (1-10 minutes)"
|
||||
[error]="searchIntervalError()" />
|
||||
}
|
||||
<app-toggle label="Enable Replacement Search" [checked]="true" [disabled]="true"
|
||||
hint="Automatically searches for a replacement whenever a download is removed from an arr queue" />
|
||||
</div>
|
||||
</app-card>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user