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

pull/22136/head
Novice 10 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 icon = current_plugin.declaration.icon
except StopIteration: except StopIteration:
pass pass
icon_dark = None
try: try:
builtin_tool = next( builtin_tool = next(
provider provider

Loading…
Cancel
Save