From c29bace80049c6baaf61035c7efa2dd0c220e541 Mon Sep 17 00:00:00 2001 From: trawzified <55751269+tr4wzified@users.noreply.github.com> Date: Sun, 31 Dec 2023 11:28:37 +0100 Subject: [PATCH] Fix left-over causing compilation issues --- Wabbajack.App.Wpf/ViewModels/Gallery/ModListGalleryVM.cs | 2 -- 1 file changed, 2 deletions(-) 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())