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:
@@ -84,8 +84,8 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
|
||||
coordinator.suspend()
|
||||
}
|
||||
|
||||
func refreshInterface() {
|
||||
coordinator.refreshInterface()
|
||||
func cleanUp() {
|
||||
coordinator.cleanUp()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user