Enhancement: allow disabling auto-suggestions for inbox documents (#13946)

This commit is contained in:
shamoon
2026-09-07 22:04:13 +00:00
committed by GitHub
parent 937feb1bef
commit f197d09b3e
8 changed files with 64 additions and 2 deletions
@@ -237,6 +237,12 @@
</div>
</div>
<div class="row">
<div class="col">
<pngx-input-check i18n-title title="Automatically request suggestions for inbox documents" i18n-hint hint="If un-checked, suggestions must be requested via the Suggest button." formControlName="documentEditingAutoSuggest"></pngx-input-check>
</div>
</div>
<div class="row">
<div class="col">
<pngx-input-check i18n-title title="Show document thumbnail during loading" formControlName="documentEditingOverlayThumbnail"></pngx-input-check>