icons also changed for sync to avalon in events

This commit is contained in:
Jakub Trllo 2019-04-19 22:11:49 +02:00
parent 73b1692312
commit 0650262aa2
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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):