Skip to content

Commit

Permalink
Needed a blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
Sussy-OS committed Mar 10, 2022
1 parent f698841 commit a2b8382
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/UI/Dialogs/ChangelogWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ public ChangelogWindow(GameCanvas parent, Editor editor) : base(parent, editor)
var changelogText = "" +
"================================================================================================================================\n" +
"Linux Build Changelog\n" +
"* Removed RatherBeLunar's changes. To see them, click see 'previous changes'.\n" +
"* Removed some changelogs. To see them, click see 'previous changes'.\n" +
"* Added updater script for when Pi-Apps does not do it automatically.\n" +
"* Just finished adding the changelog, currently, all bugs are fixed.\n" +
"================================================================================================================================\n" +
"6/15/20 - Build 1\n" +
"* To see changes from this point on, click on 'previous changes' below\n" +
"\n" +
"================================================================================================================================\n" +

ControlBase bottomcontainer = new ControlBase(this)
{
Margin = new Margin(0, 0, 0, 0),
Expand Down

0 comments on commit a2b8382

Please sign in to comment.