From f9831945726092f0d8143bd794816d20d82eaeee Mon Sep 17 00:00:00 2001 From: Yuto Terada Date: Fri, 6 Sep 2024 17:39:17 +0900 Subject: [PATCH] chore: extended method to call --- src/Beutl/Views/EditorHostFallback.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Beutl/Views/EditorHostFallback.axaml.cs b/src/Beutl/Views/EditorHostFallback.axaml.cs index 3037dcea7..9f1b3d277 100644 --- a/src/Beutl/Views/EditorHostFallback.axaml.cs +++ b/src/Beutl/Views/EditorHostFallback.axaml.cs @@ -212,7 +212,7 @@ private void InitRecentItems() { ViewConfig viewConfig = GlobalConfiguration.Instance.ViewConfig; - IObservable filter = AvaloniaObjectExtensions.GetObservable(FilterComboBox, SelectingItemsControl.SelectedIndexProperty); + IObservable filter = FilterComboBox.GetObservable(SelectingItemsControl.SelectedIndexProperty); viewConfig.RecentFiles.ToObservableChangeSet, string>() .Filter(filter.Select>(