remove duplicate reactiveUI calls

This commit is contained in:
IsWaffle 2022-04-30 12:02:16 -04:00
parent aa80a3d2aa
commit 165ddb4990
2 changed files with 2 additions and 4 deletions

View File

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

View File

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