Skip to content

Commit

Permalink
Version number is now displayed in the window.
Browse files Browse the repository at this point in the history
  • Loading branch information
Venomalia committed Aug 23, 2021
1 parent 51ae690 commit 5d61199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public partial class MainWindow : Window
public MainWindow()
{
InitializeComponent();
this.Title += " " + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
SetInputPack(new Data.DynamicInputPack());
}

Expand Down

0 comments on commit 5d61199

Please sign in to comment.