add version info to main window

This commit is contained in:
2025-12-15 10:03:38 +01:00
parent fbf3b6826c
commit 21acb733b6
4 changed files with 5 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ namespace BlueMine
apiUrlTextBox.Text = _config.RedmineUrl;
apiPasswordBox.PlaceholderText = new string('●', _config.ApiKey.Length);
mainCalendar.SelectedDate = DateTime.Today;
versionTextBlock.Text = UpdateManager.CurrentVersion;
if(await TestConnection())
{