mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
🔥 Don’t use image there!
This commit is contained in:
@@ -29,7 +29,6 @@ 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