We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2306a commit b8e1e3fCopy full SHA for b8e1e3f
UnityLauncherPro/MainWindow.xaml.cs
@@ -98,6 +98,12 @@ void Init()
98
99
// need to load here to get correct window size early
100
LoadSettings();
101
+
102
+ // set version number
103
+ if (string.IsNullOrEmpty(Version.Stamp) == false)
104
+ {
105
+ lblVersion.Content = "Build: " + Version.Stamp;
106
+ }
107
}
108
109
void Start()
0 commit comments