Continue removing feed provider and extension point references.

This commit is contained in:
Brent Simmons
2023-06-30 21:47:17 -07:00
parent 48ff7ec80d
commit d309c05cb0
17 changed files with 52 additions and 323 deletions

View File

@@ -1192,12 +1192,7 @@ private extension MainWindowController {
}
if let webfeed = currentTimelineViewController?.selectedArticles.first?.webFeed {
if webfeed.isFeedProvider {
toolbarButton.isEnabled = false
return false
} else {
toolbarButton.isEnabled = true
}
toolbarButton.isEnabled = true
}
guard let state = articleExtractor?.state else {