mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use explicit icon names for asset
This commit is contained in:
parent
d772236278
commit
1c775b382f
1 changed files with 2 additions and 2 deletions
|
|
@ -152,8 +152,8 @@ def get_asset_icon_name(asset_doc, has_children=True):
|
||||||
return icon_name
|
return icon_name
|
||||||
|
|
||||||
if has_children:
|
if has_children:
|
||||||
return "folder"
|
return "fa.folder"
|
||||||
return "folder-o"
|
return "fa.folder-o"
|
||||||
|
|
||||||
|
|
||||||
def get_asset_icon_color(asset_doc):
|
def get_asset_icon_color(asset_doc):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue