Fixed warning

This commit is contained in:
Thorsten Sommer 2026-09-13 18:14:42 +02:00
parent d60cc52df9
commit 511e0d7283
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -308,7 +308,7 @@ public partial class DocumentCheckDialog : MSGComponentBase
/// Called when the user loads a file through this dialog. We don't use a two-way binding here,
/// since we have to refresh the preview whenever the content changes.
/// </summary>
/// <param name="fileContent">The content of the file the user has loaded.</param>
/// <param name="loadedContent">The content of the file the user has loaded.</param>
private void ApplyLoadedFileContent(string loadedContent)
{
this.fileContent = loadedContent;