diff --git a/ServerPickerX/Program.cs b/ServerPickerX/Program.cs index ea232ae..89ad75a 100644 --- a/ServerPickerX/Program.cs +++ b/ServerPickerX/Program.cs @@ -1,4 +1,4 @@ -using Avalonia; +using Avalonia; using Projektanker.Icons.Avalonia; using Projektanker.Icons.Avalonia.FontAwesome; using System; @@ -22,6 +22,10 @@ public static AppBuilder BuildAvaloniaApp() return AppBuilder.Configure() .UsePlatformDetect() + .With(new Win32PlatformOptions + { + RenderingMode = [Win32RenderingMode.Software], + }) .WithInterFont() .LogToTrace(); } diff --git a/ServerPickerX/ServerPickerX.csproj b/ServerPickerX/ServerPickerX.csproj index 51d84f3..e30a521 100644 --- a/ServerPickerX/ServerPickerX.csproj +++ b/ServerPickerX/ServerPickerX.csproj @@ -22,8 +22,8 @@ https://github.com/FN-FAL113/server-picker-x https://github.com/FN-FAL113/server-picker-x Assets\favicon.ico - 1.0.5.0 - 1.0.5.0 + 1.0.6.0 + 1.0.6.0