add product version to app title

This commit is contained in:
2023-08-26 21:39:54 +02:00
parent 8692c40323
commit 0e9667ab59

View File

@@ -12,6 +12,7 @@ Public Class Form1
Public Sub New() Public Sub New()
InitializeComponent() InitializeComponent()
Text = $"{Text} (v{Application.ProductVersion})"
End Sub End Sub
Private Function IsMinecaftProfileLoaded() As Boolean Private Function IsMinecaftProfileLoaded() As Boolean