add product version to app title
This commit is contained in:
@@ -12,6 +12,7 @@ Public Class Form1
|
||||
|
||||
Public Sub New()
|
||||
InitializeComponent()
|
||||
Text = $"{Text} (v{Application.ProductVersion})"
|
||||
End Sub
|
||||
|
||||
Private Function IsMinecaftProfileLoaded() As Boolean
|
||||
|
||||
Reference in New Issue
Block a user