mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Move menu validations to the app delegate.
This commit is contained in:
@@ -361,14 +361,6 @@ protocol SidebarDelegate: class {
|
||||
|
||||
}
|
||||
|
||||
func canAddNewFeed() -> Bool {
|
||||
return !accountNodes.isEmpty
|
||||
}
|
||||
|
||||
func canAddNewFolder() -> Bool {
|
||||
return !accountNodes.isEmpty
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// MARK: - NSUserInterfaceValidations
|
||||
|
||||
Reference in New Issue
Block a user