Skip to content

Commit

Permalink
Put app version on the title bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
ko4life-psko committed May 18, 2020
1 parent 70d45b2 commit 1c87b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added source/.gitkeep
Empty file.
2 changes: 2 additions & 0 deletions source/KO-TBLCryptoEditor/Views/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public MainWindow()
InitializeComponent();
_targetFile = null;
_previousKeys = null;

Text += $" v{Application.ProductVersion}";
}

private void MainWindow_Load(object sender, EventArgs e)
Expand Down

0 comments on commit 1c87b8c

Please sign in to comment.