Crash fixes

This commit is contained in:
2023-07-14 17:01:52 -04:00
parent 845e80577c
commit 8ecde89be0
2 changed files with 10 additions and 3 deletions

View File

@@ -166,6 +166,12 @@ public partial class MainWindow
// Delete the feed
_database.SaveChanges(() => _database.Feeds.Remove(feedToDelete));
// Refresh the database to current settings
ResetDatabase();
// Re-initialize the feed display
DisplayFeed();
}
private void OpenAllFeedItemsOnSinglePage()