mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add the ability to handoff from iOS to Mac
This commit is contained in:
@@ -1658,7 +1658,7 @@ private extension SceneCoordinator {
|
||||
return nil
|
||||
}
|
||||
|
||||
if let node = treeController.rootNode.descendantNode(where: { ($0.representedObject as? Account)?.name == accountName }) {
|
||||
if let node = treeController.rootNode.descendantNode(where: { ($0.representedObject as? Account)?.nameForDisplay == accountName }) {
|
||||
return node
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user