mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 10:58:31 -05:00
Start adding Miniflux support plus other cleanup
- Modernize old async code - Update to .NET 10 - Adjust namespace - Bypass update check when debugging
This commit is contained in:
@@ -14,7 +14,7 @@ public partial class FeedWindow
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public bool? Display(Feed feed, Window owner)
|
||||
public bool? Display(Feeds.Feed feed, Window owner)
|
||||
{
|
||||
CategoryComboBox.ItemsSource = _entities.Categories;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user