mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-12 01:50:48 +01:00
Update UVR.py
This commit is contained in:
parent
b20ab25080
commit
c941cafc76
2
UVR.py
2
UVR.py
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user