Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyeao committed Oct 8, 2024
1 parent 623eea5 commit 8d53ef7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,6 @@ public void ShowWhatsNew()
// ListItem listItem2 = new ListItem(new Paragraph(new Run("Profile Options for import/export and copy/rename/delete")));
// list.ListItems.Add(listItem2);

// ListItem listItem3 = new ListItem(new Paragraph(new Run("Added themed dialogs")));
// list.ListItems.Add(listItem3);

// ListItem listItem4 = new ListItem(new Paragraph(new Run("Fly safe, Cmdr! o7")));
// list.ListItems.Add(listItem4);

whatsNewWindow.WhatsNewText.Document.Blocks.Add(list);

Expand Down

0 comments on commit 8d53ef7

Please sign in to comment.