fix/no-patch-folder-check #4

Merged
waffle.lord merged 3 commits from fix/no-patch-folder-check into main 2022-04-30 12:14:22 -04:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 165ddb4990 - Show all commits

View File

@ -24,8 +24,7 @@ namespace PatchClient
return AppBuilder.Configure<App>() return AppBuilder.Configure<App>()
.UseReactiveUI() .UseReactiveUI()
.UsePlatformDetect() .UsePlatformDetect()
.LogToTrace() .LogToTrace();
.UseReactiveUI();
} }
} }
} }

View File

@ -24,8 +24,7 @@ namespace PatchGenerator
return AppBuilder.Configure<App>() return AppBuilder.Configure<App>()
.UseReactiveUI() .UseReactiveUI()
.UsePlatformDetect() .UsePlatformDetect()
.LogToTrace() .LogToTrace();
.UseReactiveUI();
} }
} }
} }