Add-on: fix typo causing an AttributeError

This commit is contained in:
Sybren A. Stüvel 2022-08-31 11:37:16 +02:00
parent 413e5c71e2
commit bb377e7572

View File

@ -37,7 +37,7 @@ def discard_global_flamenco_data(_):
job_types.discard_flamenco_data()
comms.discard_flamenco_data()
bpy.context.WindowManager.flamenco_version_mismatch = False
bpy.context.window_manager.flamenco_version_mismatch = False
def redraw(self, context):