mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
changed "Idle Manager" to "idle_manager"
This commit is contained in:
parent
47f4e2b827
commit
15c2be6ffb
3 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ class IdleManager(PypeModule, ITrayService):
|
|||
Is able to emit signals at specific time idle.
|
||||
"""
|
||||
label = "Idle Service"
|
||||
name = "Idle Manager"
|
||||
name = "idle_manager"
|
||||
|
||||
def initialize(self, module_settings):
|
||||
idle_man_settings = module_settings[self.name]
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@
|
|||
"standalonepublish_tool": {
|
||||
"enabled": true
|
||||
},
|
||||
"Idle Manager": {
|
||||
"idle_manager": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
}]
|
||||
}, {
|
||||
"type": "dict",
|
||||
"key": "Idle Manager",
|
||||
"key": "idle_manager",
|
||||
"label": "Idle Manager",
|
||||
"collapsable": true,
|
||||
"checkbox_key": "enabled",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue