renamed "Logging" to "log_viewer"

This commit is contained in:
iLLiCiTiT 2020-12-14 18:41:40 +01:00
parent 9a4fc3b977
commit 1996e6f964
4 changed files with 4 additions and 4 deletions

View file

@ -390,7 +390,7 @@ class TrayModulesManager(ModulesManager):
"avalon",
"clockify",
"Standalone Publish",
"Logging",
"log_viewer",
"settings"
)

View file

@ -3,7 +3,7 @@ from .. import PypeModule, ITrayModule
class LoggingModule(PypeModule, ITrayModule):
name = "Logging"
name = "log_viewer"
def initialize(self, modules_settings):
logging_settings = modules_settings[self.name]

View file

@ -138,7 +138,7 @@
"ffmpeg": 48
}
},
"Logging": {
"log_viewer": {
"enabled": true
},
"user": {

View file

@ -144,7 +144,7 @@
}]
}, {
"type": "dict",
"key": "Logging",
"key": "log_viewer",
"label": "Logging",
"collapsable": true,
"checkbox_key": "enabled",