mirror of
https://github.com/langgenius/dify.git
synced 2025-12-29 02:52:31 +00:00
This commit is contained in:
parent
47e0f92c0f
commit
d4be356ffb
@ -421,7 +421,7 @@ class AppDslService:
|
||||
|
||||
# Set icon type
|
||||
icon_type_value = icon_type or app_data.get("icon_type")
|
||||
if icon_type_value in ["emoji", "link"]:
|
||||
if icon_type_value in ["emoji", "link", "image"]:
|
||||
icon_type = icon_type_value
|
||||
else:
|
||||
icon_type = "emoji"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user