This commit is contained in:
parent
47e0f92c0f
commit
d4be356ffb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue