mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-29 17:24:07 -05:00
More UI updates and cleanup
This commit is contained in:
@@ -185,10 +185,7 @@ public static class LegacyDatabase
|
||||
{
|
||||
foreach (var category in categories)
|
||||
{
|
||||
if (category.Name == Category.DefaultName)
|
||||
category.IsDefault = true;
|
||||
|
||||
category.Feeds = feeds.Where(f => f.CategoryId == category.Id).ToList();
|
||||
category.IsDefault = category.Name == Category.DefaultName;
|
||||
}
|
||||
|
||||
foreach (var feed in feeds)
|
||||
|
||||
Reference in New Issue
Block a user