Fix display issue

This commit is contained in:
Jack251970 2025-06-07 10:14:37 +08:00
parent 394fd1d44c
commit 84e91d2bdc

View file

@ -113,7 +113,7 @@ namespace Flow.Launcher
});
releaseNotesHtmlBuilder.AppendLine(notes);
releaseNotesHtmlBuilder.AppendLine(" ");
releaseNotesHtmlBuilder.AppendLine();
}
return releaseNotesHtmlBuilder.ToString();