fix access to not existing settings key

This commit is contained in:
Jakub Trllo 2023-02-23 10:39:10 +01:00 committed by Jakub Trllo
parent 0cfc46f414
commit ddf333fcdb

View file

@ -660,7 +660,6 @@ class TVPaintAutoDetectRenderCreator(TVPaintCreator):
["create"]
["auto_detect_render"]
)
self.enabled = plugin_settings["enabled"]
self.allow_group_rename = plugin_settings["allow_group_rename"]
self.group_name_template = plugin_settings["group_name_template"]
self.group_idx_offset = plugin_settings["group_idx_offset"]