diff --git a/Patcher/PatchClient/Program.cs b/Patcher/PatchClient/Program.cs index a69c6d5..71cb0a8 100644 --- a/Patcher/PatchClient/Program.cs +++ b/Patcher/PatchClient/Program.cs @@ -24,8 +24,7 @@ namespace PatchClient return AppBuilder.Configure() .UseReactiveUI() .UsePlatformDetect() - .LogToTrace() - .UseReactiveUI(); + .LogToTrace(); } } } diff --git a/Patcher/PatchGenerator/Program.cs b/Patcher/PatchGenerator/Program.cs index 43549a2..75d265e 100644 --- a/Patcher/PatchGenerator/Program.cs +++ b/Patcher/PatchGenerator/Program.cs @@ -24,8 +24,7 @@ namespace PatchGenerator return AppBuilder.Configure() .UseReactiveUI() .UsePlatformDetect() - .LogToTrace() - .UseReactiveUI(); + .LogToTrace(); } } }