Move menu validations to the app delegate.

This commit is contained in:
Maurice Parker
2019-05-19 10:21:42 -05:00
parent d42398b028
commit 86578775e0
3 changed files with 1 additions and 25 deletions

View File

@@ -361,14 +361,6 @@ protocol SidebarDelegate: class {
}
func canAddNewFeed() -> Bool {
return !accountNodes.isEmpty
}
func canAddNewFolder() -> Bool {
return !accountNodes.isEmpty
}
}
// MARK: - NSUserInterfaceValidations