Add native menu for mac and refactor MainWindow

This commit is contained in:
MBucari 2023-04-01 11:52:14 -06:00
parent 10a1b56b3c
commit 4a65d6bbd3
37 changed files with 1056 additions and 1084 deletions

View file

@ -117,7 +117,7 @@ namespace LibationAvalonia.ViewModels
}
//Create the filtered-in list before adding entries to avoid a refresh
FilteredInGridEntries = QueryResults(geList, FilterString);
FilteredInGridEntries = QueryResults(geList.Union(geList.OfType<ISeriesEntry>().SelectMany(s => s.Children)), FilterString);
SOURCE.AddRange(geList.OrderByDescending(e => e.DateAdded));
//Add all children beneath their parent