diff --git a/Wabbajack.App.Wpf/ViewModels/Gallery/ModListGalleryVM.cs b/Wabbajack.App.Wpf/ViewModels/Gallery/ModListGalleryVM.cs index 0482b546..73f449ec 100644 --- a/Wabbajack.App.Wpf/ViewModels/Gallery/ModListGalleryVM.cs +++ b/Wabbajack.App.Wpf/ViewModels/Gallery/ModListGalleryVM.cs @@ -130,8 +130,6 @@ namespace Wabbajack Disposable.Create(() => SaveSettings().FireAndForget()) .DisposeWith(disposables); - this.ObservableForProperty(vm => vm.MinModlistSize) - var searchTextPredicates = this.ObservableForProperty(vm => vm.Search) .Throttle(searchThrottle, RxApp.MainThreadScheduler) .Select(change => change.Value.Trim())