Formatting

This commit is contained in:
Thorsten Sommer 2026-01-27 20:10:09 +01:00
parent df14664b32
commit c863573ad9
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -223,7 +223,7 @@ public partial class DocumentAnalysisAssistant : AssistantBaseCore<SettingsDialo
if(this.selectedPolicy is null)
return;
// The preselected profile is always user-adjustable, even for protected policies.
// The preselected profile is always user-adjustable, even for protected policies:
this.selectedPolicy.PreselectedProfile = this.policyPreselectedProfileId;
var canEditProtectedFields = force || (!this.selectedPolicy.IsProtected && !this.policyIsProtected);