mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
Tweak to look better during startup
This commit is contained in:
@@ -136,8 +136,6 @@ namespace FeedCenter
|
||||
|
||||
private void InitializeDisplay()
|
||||
{
|
||||
UpdateToolbarButtonState();
|
||||
|
||||
// Get the last category (defaulting to none)
|
||||
_currentCategory = _database.Categories.FirstOrDefault(category => category.ID.ToString() == Settings.Default.LastCategoryID);
|
||||
DisplayCategory();
|
||||
@@ -145,6 +143,8 @@ namespace FeedCenter
|
||||
// Get the current feed list to match the category
|
||||
_feedList = _currentCategory?.Feeds.ToList() ?? _database.Feeds.ToList();
|
||||
|
||||
UpdateToolbarButtonState();
|
||||
|
||||
// Clear the link list
|
||||
LinkTextList.Items.Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user