fixed proactive settings not being under the enable toggle

This commit is contained in:
Flaminel
2026-03-16 17:26:28 +02:00
parent 450cd75088
commit 9905f38100

View File

@@ -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()">