Fix toolbar button handling

This commit is contained in:
2023-04-26 22:14:49 -04:00
parent 7638d9c2c7
commit ac7c20e6bf
3 changed files with 9 additions and 4 deletions

View File

@@ -93,6 +93,7 @@ public partial class MainWindow
// Update the display
DisplayCategory();
DisplayFeed();
UpdateToolbarButtonState();
Settings.Default.LastCategoryID = _currentCategory?.Id.ToString() ?? string.Empty;
}