mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-2765 - revert of unwanted commit
This commit is contained in:
parent
0858ee0ce8
commit
91879de0ad
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class LogViewModule(OpenPypeModule, ITrayModule):
|
|||
|
||||
def initialize(self, modules_settings):
|
||||
logging_settings = modules_settings[self.name]
|
||||
self.enabled = False # logging_settings["enabled"]
|
||||
self.enabled = logging_settings["enabled"]
|
||||
|
||||
# Tray attributes
|
||||
self.window = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue