mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix left-over causing compilation issues
This commit is contained in:
parent
21678fff41
commit
c29bace800
@ -130,8 +130,6 @@ namespace Wabbajack
|
|||||||
Disposable.Create(() => SaveSettings().FireAndForget())
|
Disposable.Create(() => SaveSettings().FireAndForget())
|
||||||
.DisposeWith(disposables);
|
.DisposeWith(disposables);
|
||||||
|
|
||||||
this.ObservableForProperty(vm => vm.MinModlistSize)
|
|
||||||
|
|
||||||
var searchTextPredicates = this.ObservableForProperty(vm => vm.Search)
|
var searchTextPredicates = this.ObservableForProperty(vm => vm.Search)
|
||||||
.Throttle(searchThrottle, RxApp.MainThreadScheduler)
|
.Throttle(searchThrottle, RxApp.MainThreadScheduler)
|
||||||
.Select(change => change.Value.Trim())
|
.Select(change => change.Value.Trim())
|
||||||
|
Loading…
Reference in New Issue
Block a user