Skip to content

Commit

Permalink
chore: extended method to call
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Sep 6, 2024
1 parent 7ca2560 commit f983194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Beutl/Views/EditorHostFallback.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ private void InitRecentItems()
{
ViewConfig viewConfig = GlobalConfiguration.Instance.ViewConfig;

IObservable<int> filter = AvaloniaObjectExtensions.GetObservable(FilterComboBox, SelectingItemsControl.SelectedIndexProperty);
IObservable<int> filter = FilterComboBox.GetObservable(SelectingItemsControl.SelectedIndexProperty);

viewConfig.RecentFiles.ToObservableChangeSet<CoreList<string>, string>()
.Filter(filter.Select<int, Func<string, bool>>(
Expand Down

0 comments on commit f983194

Please sign in to comment.