[chore:] logging for NamingWindow.axaml.cs

This commit is contained in:
2026-05-16 15:10:49 +02:00
parent 8a42f8dc7d
commit 85685d95bb
+1 -1
View File
@@ -52,7 +52,7 @@ public partial class NamingWindow : Window
} }
catch (Exception ex) catch (Exception ex)
{ {
Console.WriteLine("Error while showing naming window: " + ex.Message); Logger.Log("Error while showing naming window: " + ex.Message, Logger.LogType.Warning);
return Task.FromResult<string>(null!); return Task.FromResult<string>(null!);
} }
} }