mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix display issue
This commit is contained in:
parent
394fd1d44c
commit
84e91d2bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ namespace Flow.Launcher
|
|||
});
|
||||
|
||||
releaseNotesHtmlBuilder.AppendLine(notes);
|
||||
releaseNotesHtmlBuilder.AppendLine(" ");
|
||||
releaseNotesHtmlBuilder.AppendLine();
|
||||
}
|
||||
|
||||
return releaseNotesHtmlBuilder.ToString();
|
||||
|
|
|
|||
Loading…
Reference in a new issue