mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 03:27:26 +00:00
fix(macos): return node name
This commit is contained in:
@@ -14,7 +14,7 @@ struct NodeMenuEntryFormatter {
|
||||
if self.isGateway(entry) {
|
||||
return entry.displayName?.nonEmpty ?? "Gateway"
|
||||
}
|
||||
entry.displayName?.nonEmpty ?? entry.nodeId
|
||||
return entry.displayName?.nonEmpty ?? entry.nodeId
|
||||
}
|
||||
|
||||
static func summaryText(_ entry: NodeInfo) -> String {
|
||||
|
||||
Reference in New Issue
Block a user