fix: add the default value to the dark icon (#22149)

pull/22136/head
Novice 9 months ago committed by GitHub
parent 7b2cab5767
commit 0e793a660d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -329,6 +329,7 @@ class ToolNode(BaseNode[ToolNodeData]):
icon = current_plugin.declaration.icon
except StopIteration:
pass
icon_dark = None
try:
builtin_tool = next(
provider

Loading…
Cancel
Save