mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
avalon module has lowered key in settings
This commit is contained in:
parent
d95749e099
commit
3ea1c32ae1
4 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ from .. import (
|
|||
|
||||
|
||||
class AvalonModule(PypeModule, ITrayModule, IRestApi):
|
||||
name = "Avalon"
|
||||
name = "avalon"
|
||||
|
||||
def initialize(self, modules_settings):
|
||||
# This module is always enabled
|
||||
|
|
|
|||
|
|
@ -387,7 +387,7 @@ class TrayModulesManager(ModulesManager):
|
|||
"User setting",
|
||||
"Ftrack",
|
||||
"muster",
|
||||
"Avalon",
|
||||
"avalon",
|
||||
"Clockify",
|
||||
"Standalone Publish",
|
||||
"Logging",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Avalon": {
|
||||
"avalon": {
|
||||
"AVALON_MONGO": "",
|
||||
"AVALON_TIMEOUT": 1000,
|
||||
"AVALON_THUMBNAIL_ROOT": {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"is_file": true,
|
||||
"children": [{
|
||||
"type": "dict",
|
||||
"key": "Avalon",
|
||||
"key": "avalon",
|
||||
"label": "Avalon",
|
||||
"collapsable": true,
|
||||
"children": [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue