Skip to content

Commit 1c87b8c

Browse files
committed
Put app version on the title bar.
1 parent 70d45b2 commit 1c87b8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

source/.gitkeep

Whitespace-only changes.

source/KO-TBLCryptoEditor/Views/MainWindow.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ public MainWindow()
2222
InitializeComponent();
2323
_targetFile = null;
2424
_previousKeys = null;
25+
26+
Text += $" v{Application.ProductVersion}";
2527
}
2628

2729
private void MainWindow_Load(object sender, EventArgs e)

0 commit comments

Comments
 (0)