add product version to app title
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user