mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change ReadFilter case unavailable to alwaysRead
This commit is contained in:
@@ -96,7 +96,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
|
||||
case .read:
|
||||
filterButton.image = AppAssets.filterInactiveImage
|
||||
coordinator.showAllArticles()
|
||||
case .unavailable:
|
||||
case .alwaysRead:
|
||||
filterButton.image = AppAssets.filterActiveImage
|
||||
coordinator.refreshTimeline()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user