mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-26 01:52:41 -04:00
fixed proactive settings not being under the enable toggle
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
</div>
|
||||
</app-card>
|
||||
|
||||
@if (searchEnabled()) {
|
||||
<app-card header="Proactive Search">
|
||||
<div class="form-stack">
|
||||
<app-toggle label="Proactive Search" [(checked)]="proactiveSearchEnabled"
|
||||
@@ -87,6 +88,7 @@
|
||||
</div>
|
||||
</app-card>
|
||||
}
|
||||
}
|
||||
|
||||
<div class="form-actions">
|
||||
<app-button variant="primary" [glowing]="dirty()" [loading]="saving()" [disabled]="saving() || saved() || hasErrors()" (clicked)="save()">
|
||||
|
||||
Reference in New Issue
Block a user