mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-13 23:44:45 +01:00
improve server selector
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Avalonia;
|
||||
using Avalonia.ReactiveUI;
|
||||
using System;
|
||||
|
||||
namespace ServerSelector.Desktop;
|
||||
@@ -18,6 +17,5 @@ class Program
|
||||
=> AppBuilder.Configure<App>()
|
||||
.UsePlatformDetect()
|
||||
.WithInterFont()
|
||||
.LogToTrace()
|
||||
.UseReactiveUI();
|
||||
.LogToTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user