fix icon path

This commit is contained in:
iLLiCiTiT 2020-07-15 15:01:55 +02:00
parent 2fdf6a4ec1
commit ae043d5a65

View file

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