mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
BigRoy's comment - fallback to 'AYON'
This commit is contained in:
parent
83798a7b5e
commit
3a78230ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<subMenu id="openpype_menu">
|
||||
<labelExpression><![CDATA[
|
||||
import os
|
||||
return os.environ.get("AVALON_LABEL") or "OpenPype"
|
||||
return os.environ.get("AVALON_LABEL") or "AYON"
|
||||
]]></labelExpression>
|
||||
<actionItem id="asset_name">
|
||||
<labelExpression><![CDATA[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue