mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge branch 'master' into accent-color-experimental
This commit is contained in:
@@ -443,7 +443,6 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
||||
}
|
||||
|
||||
@IBAction func cleanUp(_ sender: Any?) {
|
||||
sidebarViewController?.cleanUp()
|
||||
timelineContainerViewController?.cleanUp()
|
||||
}
|
||||
|
||||
|
||||
@@ -160,8 +160,7 @@ protocol SidebarDelegate: class {
|
||||
return
|
||||
}
|
||||
|
||||
if let feed = representedObject as? Feed, isReadFiltered, feed.unreadCount > 0 {
|
||||
addTreeControllerToFilterExceptions()
|
||||
if isReadFiltered {
|
||||
queueRebuildTreeAndRestoreSelection()
|
||||
}
|
||||
}
|
||||
@@ -179,7 +178,6 @@ protocol SidebarDelegate: class {
|
||||
}
|
||||
|
||||
@objc func batchUpdateDidPerform(_ notification: Notification) {
|
||||
addTreeControllerToFilterExceptions()
|
||||
rebuildTreeAndRestoreSelection()
|
||||
}
|
||||
|
||||
@@ -221,7 +219,6 @@ protocol SidebarDelegate: class {
|
||||
}
|
||||
|
||||
@objc func downloadArticlesDidUpdateUnreadCounts(_ note: Notification) {
|
||||
addTreeControllerToFilterExceptions()
|
||||
rebuildTreeAndRestoreSelection()
|
||||
}
|
||||
|
||||
@@ -452,10 +449,6 @@ protocol SidebarDelegate: class {
|
||||
updateReadFilterButton()
|
||||
}
|
||||
|
||||
func cleanUp() {
|
||||
rebuildTreeAndRestoreSelection()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// MARK: - NSUserInterfaceValidations
|
||||
|
||||
Reference in New Issue
Block a user