forked from Roflin/gamenight
Got Avalonia.Ui working.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
using System;
|
||||
using Avalonia;
|
||||
using Avalonia.ReactiveUI;
|
||||
|
||||
namespace gamenight.ui.Desktop;
|
||||
namespace Gamenight.Ui.Desktop;
|
||||
|
||||
sealed class Program
|
||||
{
|
||||
@@ -17,5 +18,6 @@ sealed class Program
|
||||
=> AppBuilder.Configure<App>()
|
||||
.UsePlatformDetect()
|
||||
.WithInterFont()
|
||||
.LogToTrace();
|
||||
.LogToTrace()
|
||||
.UseReactiveUI();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user