mirror of
https://github.com/sp-tarkov/patcher.git
synced 2025-02-12 16:50:45 -05:00
remove duplicate reactiveUI calls
This commit is contained in:
parent
0cac66fc55
commit
9a2cfcdf0f
@ -24,8 +24,7 @@ namespace PatchClient
|
||||
return AppBuilder.Configure<App>()
|
||||
.UseReactiveUI()
|
||||
.UsePlatformDetect()
|
||||
.LogToTrace()
|
||||
.UseReactiveUI();
|
||||
.LogToTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -24,8 +24,7 @@ namespace PatchGenerator
|
||||
return AppBuilder.Configure<App>()
|
||||
.UseReactiveUI()
|
||||
.UsePlatformDetect()
|
||||
.LogToTrace()
|
||||
.UseReactiveUI();
|
||||
.LogToTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user