diff --git a/src/UnrealLocresEditor/Views/AboutWindow.axaml.cs b/src/UnrealLocresEditor/Views/AboutWindow.axaml.cs index e8516fe..cf02a28 100644 --- a/src/UnrealLocresEditor/Views/AboutWindow.axaml.cs +++ b/src/UnrealLocresEditor/Views/AboutWindow.axaml.cs @@ -17,12 +17,12 @@ public AboutWindow() { InitializeComponent(); DataContext = this; - LoadVersion(); } private void InitializeComponent() { AvaloniaXamlLoader.Load(this); + LoadVersion(); } private void LoadVersion()