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
42e8b7462b
commit
db2633f76d
2
UVR.py
2
UVR.py
@ -2660,7 +2660,7 @@ class MainWindow(TkinterDnD.Tk if is_dnd_compatible else tk.Tk):
|
||||
window.resizable(False, False)
|
||||
window.wm_transient(top_window)
|
||||
window.title(title)
|
||||
window.iconbitmap(ICON_IMG_PATH if is_windows else None)
|
||||
window.iconbitmap(ICON_IMG_PATH) if is_windows else self.tk.call('wm', 'iconphoto', window._w, tk.PhotoImage(file=MAIN_ICON_IMG_PATH))
|
||||
|
||||
root_location_x = root.winfo_x()
|
||||
root_location_y = root.winfo_y()
|
||||
|
Loading…
Reference in New Issue
Block a user