This commit is contained in:
2024-05-17 23:35:16 -04:00
parent 1e6ac3b1fc
commit 86bb9bafc3
6 changed files with 524 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
using Avalonia;
using Avalonia.ReactiveUI;
using System;
namespace AutumnLauncher.UI;
@@ -18,6 +17,5 @@ class Program
=> AppBuilder.Configure<App>()
.UsePlatformDetect()
.WithInterFont()
.LogToTrace()
.UseReactiveUI();
}
.LogToTrace();
}