mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix icon path
This commit is contained in:
parent
2fdf6a4ec1
commit
ae043d5a65
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class SyncClocify(BaseAction):
|
|||
#: roles that are allowed to register this action
|
||||
role_list = ["Pypeclub", "Administrator", "project Manager"]
|
||||
#: icon
|
||||
icon = statics_icon("ftrack", "app_icons", "clockify-white.png")
|
||||
icon = statics_icon("app_icons", "clockify-white.png")
|
||||
|
||||
#: CLockifyApi
|
||||
clockapi = ClockifyAPI()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue