Update UVR.py

This commit is contained in:
Anjok07 2023-10-17 22:08:40 -05:00 committed by GitHub
parent b20ab25080
commit c941cafc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
UVR.py
View File

@ -5947,7 +5947,7 @@ class MainWindow(TkinterDnD.Tk if is_dnd_compatible else tk.Tk):
self.update_button_states()
else:
if model_data.is_mdx_c and len(model_data.mdx_model_stems) >= 2:
if model_data.is_mdx_c and len(model_data.mdx_model_stems) >= 1:
if len(model_data.mdx_model_stems) >= 3:
self.mdxnet_stems_Label_place()
self.mdxnet_stems_Option_place()