mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix bug where clean up shortcut wouldn't clear articles if wrong setting was off.
This commit is contained in:
@@ -91,7 +91,7 @@ class RootSplitViewController: UISplitViewController {
|
||||
}
|
||||
|
||||
@objc func cleanUp(_ sender: Any?) {
|
||||
coordinator.cleanUp()
|
||||
coordinator.cleanUp(conditional: false)
|
||||
}
|
||||
|
||||
@objc func toggleReadFeedsFilter(_ sender: Any?) {
|
||||
|
||||
Reference in New Issue
Block a user