mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
icons also changed for sync to avalon in events
This commit is contained in:
parent
73b1692312
commit
0650262aa2
3 changed files with 4 additions and 4 deletions
|
|
@ -50,7 +50,7 @@ class SyncToAvalon(BaseAction):
|
|||
#: Action description.
|
||||
description = 'Send data from Ftrack to Avalon'
|
||||
#: Action icon.
|
||||
icon = '{}/ftrack/action_icons/SyncToAvalon-512.png'.format(
|
||||
icon = '{}/ftrack/action_icons/SyncToAvalon-local.svg'.format(
|
||||
os.environ.get('PYPE_STATICS_SERVER', '')
|
||||
)
|
||||
#: roles that are allowed to register this action
|
||||
|
|
|
|||
|
|
@ -49,9 +49,8 @@ class Sync_To_Avalon(BaseAction):
|
|||
#: Action description.
|
||||
description = 'Send data from Ftrack to Avalon'
|
||||
#: Action icon.
|
||||
icon = (
|
||||
'https://cdn1.iconfinder.com/data/icons/hawcons/32/'
|
||||
'699650-icon-92-inbox-download-512.png'
|
||||
icon = '{}/ftrack/action_icons/SyncToAvalon-512.png'.format(
|
||||
os.environ.get('PYPE_STATICS_SERVER', '')
|
||||
)
|
||||
|
||||
def register(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue