misc: update to preview 5 nightly build

This commit is contained in:
rabbitism
2023-02-01 21:17:19 +08:00
parent 9e75d56845
commit 1554e7bac9
21 changed files with 43 additions and 82 deletions

View File

@@ -27,6 +27,6 @@ class Program
public static AppBuilder BuildAvaloniaApp()
=> AppBuilder.Configure<App>()
.UsePlatformDetect()
.With(new Win32PlatformOptions(){ UseCompositor = false})
.With(new Win32PlatformOptions())
.LogToTrace();
}