mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
🔥 Removes unused #available checks
This commit is contained in:
@@ -29,6 +29,7 @@ class FolderTreeMenu {
|
||||
}
|
||||
|
||||
let menuItem = NSMenuItem(title: account.nameForDisplay, action: nil, keyEquivalent: "")
|
||||
menuItem.image = AppAssets.image(for: <#T##AccountType#>)
|
||||
menuItem.representedObject = childNode.representedObject
|
||||
|
||||
if account.behaviors.contains(.disallowFeedInRootFolder) {
|
||||
|
||||
Reference in New Issue
Block a user