🔥 Don’t use image there!

This commit is contained in:
Stuart Breckenridge
2025-06-20 19:50:52 +08:00
parent cabaa32be5
commit 0483e9bb9d

View File

@@ -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) {