mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Implemented Clean Up keyboard shortcut. Issue #1915
This commit is contained in:
@@ -90,6 +90,10 @@ class RootSplitViewController: UISplitViewController {
|
||||
coordinator.showAdd(.folder)
|
||||
}
|
||||
|
||||
@objc func cleanUp(_ sender: Any?) {
|
||||
coordinator.cleanUp()
|
||||
}
|
||||
|
||||
@objc func refresh(_ sender: Any?) {
|
||||
appDelegate.manualRefresh(errorHandler: ErrorHandler.present(self))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user