mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-27 17:00:59 +01:00
Update UVR.py
This commit is contained in:
parent
7bfb1205bc
commit
c5a38b8cd3
2
UVR.py
2
UVR.py
@ -93,7 +93,7 @@ if OPERATING_SYSTEM=="Darwin":
|
||||
right_click_button = '<Button-2>'
|
||||
application_extension = ".dmg"
|
||||
elif OPERATING_SYSTEM=="Linux":
|
||||
OPEN_FILE_func = lambda input_string:subprocess.Popen(["open", input_string])
|
||||
OPEN_FILE_func = lambda input_string:subprocess.Popen(["xdg-open", input_string])
|
||||
dnd_path_check = LINUX_DND_CHECK
|
||||
current_patch = PATCH_LINUX
|
||||
is_windows = False
|
||||
|
Loading…
Reference in New Issue
Block a user