From e0e5f54e202a35d73a71943a9b25cee4b4be94f4 Mon Sep 17 00:00:00 2001 From: Snoozeds <88577069+Snoozeds@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:05:59 +0000 Subject: [PATCH] Fix version number not loading --- src/UnrealLocresEditor/Views/AboutWindow.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()