mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
"Clockify" changed to "clockify"
This commit is contained in:
parent
63d903e52a
commit
9a4fc3b977
4 changed files with 4 additions and 4 deletions
|
|
@ -388,7 +388,7 @@ class TrayModulesManager(ModulesManager):
|
|||
"ftrack",
|
||||
"muster",
|
||||
"avalon",
|
||||
"Clockify",
|
||||
"clockify",
|
||||
"Standalone Publish",
|
||||
"Logging",
|
||||
"settings"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ class ClockifyModule(
|
|||
IFtrackEventHandlerPaths,
|
||||
ITimersManager
|
||||
):
|
||||
name = "Clockify"
|
||||
name = "clockify"
|
||||
|
||||
def initialize(self, modules_settings):
|
||||
clockify_settings = modules_settings[self.name]
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@
|
|||
"full_time": 15.0,
|
||||
"message_time": 0.5
|
||||
},
|
||||
"Clockify": {
|
||||
"clockify": {
|
||||
"enabled": false,
|
||||
"workspace_name": "studio name"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
]
|
||||
}, {
|
||||
"type": "dict",
|
||||
"key": "Clockify",
|
||||
"key": "clockify",
|
||||
"label": "Clockify",
|
||||
"collapsable": true,
|
||||
"checkbox_key": "enabled",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue