mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #215 from Noggog/log-display-crash-fix
Removed .Top() call in log display systems
This commit is contained in:
commit
32acbb524a
@ -46,7 +46,6 @@ namespace Wabbajack
|
||||
.Where(l => l.Count > 0)
|
||||
.ObserveOn(RxApp.MainThreadScheduler)
|
||||
.FlattenBufferResult()
|
||||
.Top(5000)
|
||||
.Bind(Log)
|
||||
.Subscribe()
|
||||
.DisposeWith(CompositeDisposable);
|
||||
|
Loading…
Reference in New Issue
Block a user