mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-08 09:38:27 -05:00
UI rework and fixes
This commit is contained in:
@@ -57,7 +57,7 @@ namespace FeedCenter.Options
|
||||
if (!result.HasValue || !result.Value)
|
||||
return;
|
||||
|
||||
Database.Entities.Feeds.Add(feed);
|
||||
Database.Entities.SaveChanges(() => Database.Entities.Feeds.Add(feed));
|
||||
|
||||
FeedListBox.SelectedItem = feed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user